From c9a63e31dfeacd08a4556c14aed9d740f13e6f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Sat, 9 Nov 2024 17:11:05 +0100 Subject: [PATCH] change wildcard domain to it4c.org --- helmfile/environments/default.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/environments/default.yaml.gotmpl b/helmfile/environments/default.yaml.gotmpl index 3a52ff8..ae9d879 100644 --- a/helmfile/environments/default.yaml.gotmpl +++ b/helmfile/environments/default.yaml.gotmpl @@ -1,6 +1,6 @@ {{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/image_tag.sh" (list) | trim) }} -domain: staging.ocelot-social.roschaefer.de +domain: staging.ocelot-social.it4c.org namespace: ocelot-staging image_tag: {{ $image_tag }} github_repository: ocelot-social-community/stage.ocelot.social