File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -749,10 +749,6 @@ spec:
749749 envFrom :
750750 - configMapRef :
751751 name : {{ .Release.Name }}-st2-urls
752- {{- range .Values.st2workflowengine.envFromSecrets }}
753- - secretRef :
754- name : {{ . }}
755- {{- end }}
756752 volumeMounts :
757753 {{- include "st2-config-volume-mounts" . | nindent 8 }}
758754 {{- if .Values.st2.datastore_crypto_key }}
Original file line number Diff line number Diff line change @@ -454,8 +454,6 @@ st2workflowengine:
454454 affinity : {}
455455 env : {}
456456 # HTTP_PROXY: http://proxy:1234
457- # # These named secrets (managed outside this chart) will be added to envFrom.
458- envFromSecrets : []
459457 serviceAccount :
460458 attach : false
461459 # postStartScript is optional. It has the contents of a bash script.
You can’t perform that action at this time.
0 commit comments