From da24654c9e154f34e100c8a4e910c541c73cab86 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de> Date: Wed, 4 Dec 2024 07:24:16 +0100 Subject: [PATCH] update namespace for reformer network --- helmfile/environments/production.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/environments/production.yaml.gotmpl b/helmfile/environments/production.yaml.gotmpl index 1166f17..7cbabf6 100644 --- a/helmfile/environments/production.yaml.gotmpl +++ b/helmfile/environments/production.yaml.gotmpl @@ -2,6 +2,6 @@ {{ $ocelot_image_tag := env "OCELOT_IMAGE_TAG" | default (exec "../scripts/ocelot_image_tag.sh" (list) | trim) }} domain: reformer-network.ocelot-social.it4c.org -namespace: reformer-network-production +namespace: reformer-network image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }} github_repository: it4change/reformer.network