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

OZG-7131 fachstelle host should not be set if disabled

parent 3c1d4c43
No related branches found
No related tags found
1 merge request!1OZG-7131 fachstelle host should not be set if disabled
...@@ -278,8 +278,10 @@ spec: ...@@ -278,8 +278,10 @@ spec:
- name: ozgcloud_alfa_host - name: ozgcloud_alfa_host
value: {{ include "app.alfaHost" . }} value: {{ include "app.alfaHost" . }}
{{- if (.Values.fachstelle).enabled }}
- name: ozgcloud_fachstelle_host - name: ozgcloud_fachstelle_host
value: {{ include "app.fachstelleHost" . }} value: {{ include "app.fachstelleHost" . }}
{{- end }}
- name: ozgcloud_vorgangManager_serviceAddress - name: ozgcloud_vorgangManager_serviceAddress
value: {{ include "app.ozgcloud_vorgangmanager_address" . }} value: {{ include "app.ozgcloud_vorgangmanager_address" . }}
......
...@@ -59,3 +59,4 @@ tests: ...@@ -59,3 +59,4 @@ tests:
path: spec.template.spec.containers[0].env path: spec.template.spec.containers[0].env
content: content:
name: ozgcloud_fachstelle_host 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