From 97a8c6d2704d409bb64ddb88433de29c28ecf149 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 8 Dec 2024 06:06:52 +0100 Subject: [PATCH] configure redirect_domains for staging --- helmfile/environments/default.yaml.gotmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/helmfile/environments/default.yaml.gotmpl b/helmfile/environments/default.yaml.gotmpl index 18e462b..eb1100e 100644 --- a/helmfile/environments/default.yaml.gotmpl +++ b/helmfile/environments/default.yaml.gotmpl @@ -1,6 +1,7 @@ {{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }} domain: wir-social-staging.ocelot-social.it4c.org +redirect_domains: [] namespace: wir-social-ocelot image_tag: {{ $image_tag }} github_repository: wir-social/wir.social