Skip to content

Commit

Permalink
update domains
Browse files Browse the repository at this point in the history
nested domains seem to behave differently on hetzner DNS
  • Loading branch information
roschaefer committed Nov 9, 2024
1 parent 25546d0 commit 1c5dfb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helmfile/environments/default.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/image_tag.sh" (list) | trim) }}

domain: staging.reformer-network.ocelot-social.it4c.org
domain: staging-reformer-network.ocelot-social.it4c.org
namespace: reformer-network-staging
image_tag: {{ $image_tag }}
github_repository: it4change/reformer.network
2 changes: 1 addition & 1 deletion helmfile/environments/production.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ $branded_image_tag:= env "BRANDED_IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
{{ $ocelot_image_tag := env "OCELOT_IMAGE_TAG" | default (exec "../scripts/ocelot_image_tag.sh" (list) | trim) }}

domain: reformer-network.ocelot-social.roschaefer.de
domain: reformer-network.ocelot-social.it4c.org
namespace: reformer-network-production
image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }}
github_repository: it4change/reformer.network

0 comments on commit 1c5dfb7

Please sign in to comment.