mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
env variable to identify playground environments
This commit is contained in:
parent
8b01396eca
commit
6361a1d63b
@ -109,7 +109,10 @@ spec:
|
|||||||
value: {{ .Values.appsec.storage.name }}-svc
|
value: {{ .Values.appsec.storage.name }}-svc
|
||||||
- name: LEARNING_HOST
|
- name: LEARNING_HOST
|
||||||
value: {{ .Values.appsec.learning.name }}-svc
|
value: {{ .Values.appsec.learning.name }}-svc
|
||||||
{{- end }}
|
{{- else }}
|
||||||
|
- name: K8S_PLAYGROUND_ENVIRONMENT
|
||||||
|
value: {{ .Values.appsec.playground }}
|
||||||
|
{{- end -}}
|
||||||
resources:
|
resources:
|
||||||
{{ toYaml .Values.resources | nindent 12 }}
|
{{ toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user