From 5b0e1ab07dbc95a8d6b6dddac71bb4cb4e29fc18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Sat, 26 Oct 2024 23:57:26 +0200 Subject: [PATCH] fix oversights --- helmfile/environments/staging.yaml.gotmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helmfile/environments/staging.yaml.gotmpl b/helmfile/environments/staging.yaml.gotmpl index 856b3b4..86a316d 100644 --- a/helmfile/environments/staging.yaml.gotmpl +++ b/helmfile/environments/staging.yaml.gotmpl @@ -1,5 +1,5 @@ {{ $image_tag:= env "IMAGE_TAG" | default (exec "../scripts/image_tag.sh" (list) | trim) }} -domain: reformer-network-staging.roschaefer.de -namespace: reformer-network-staging +domain: ocelot-social.roschaefer.de +namespace: ocelot-staging image_tag: {{ $image_tag }}