fixing helm chart bug in playground variable

This commit is contained in:
roybarda
2022-11-10 19:49:18 +02:00
committed by GitHub
parent 6361a1d63b
commit 16dd617473

View File

@@ -110,6 +110,7 @@ spec:
- name: LEARNING_HOST - name: LEARNING_HOST
value: {{ .Values.appsec.learning.name }}-svc value: {{ .Values.appsec.learning.name }}-svc
{{- else }} {{- else }}
env:
- name: K8S_PLAYGROUND_ENVIRONMENT - name: K8S_PLAYGROUND_ENVIRONMENT
value: {{ .Values.appsec.playground }} value: {{ .Values.appsec.playground }}
{{- end -}} {{- end -}}