Skip to content

Commit 7b0ec4a

Browse files
committed
no need to add env secrets to workflowengine
1 parent d76944b commit 7b0ec4a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

templates/deployments.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)