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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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