Skip to content
Snippets Groups Projects
Commit 895ea9d5 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

Merge branch 'OZG-7131-fachstelle_host_config' into 'main'

OZG-7131 fachstelle host should not be set if disabled

See merge request !1
parents 3c1d4c43 683149a0
Branches
Tags
1 merge request!1OZG-7131 fachstelle host should not be set if disabled
......@@ -278,8 +278,10 @@ spec:
- name: ozgcloud_alfa_host
value: {{ include "app.alfaHost" . }}
{{- if (.Values.fachstelle).enabled }}
- name: ozgcloud_fachstelle_host
value: {{ include "app.fachstelleHost" . }}
{{- end }}
- name: ozgcloud_vorgangManager_serviceAddress
value: {{ include "app.ozgcloud_vorgangmanager_address" . }}
......
......@@ -59,3 +59,4 @@ tests:
path: spec.template.spec.containers[0].env
content:
name: ozgcloud_fachstelle_host
value: null
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment