We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b626d10 commit 5ca4f0aCopy full SHA for 5ca4f0a
deploy/helm-preview/services/workflows-service/templates/deployment.yaml
@@ -43,9 +43,10 @@ spec:
43
- name: migration-init-container
44
image: {{ .Values.workflowService.image.registry }}/{{ .Values.workflowService.image.repository }}:{{ .Values.workflowService.image.tag }}
45
command: ['npm','run','db:init']
46
+ {{- with .Values.workflowService.envFrom }}
47
envFrom:
- - configMapRef:
48
- name: {{ .Values.workflowService.nameOverride }}
+ {{- toYaml . | nindent 14 }}
49
+ {{- end }}
50
{{- end }}
51
containers:
52
0 commit comments