Skip to content
Snippets Groups Projects
Verified Commit 6b9859ef authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix envFrom

parent 04b8b83d
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,9 @@ spec:
{{- toYaml .Values.resources | nindent 12 }}
envFrom:
- configMapRef:
name: {{ .Release.Name }}-config
name: {{ template "greenlight.fullname" . }}-config
- secretRef:
name: {{ .Release.Name }}-secret
name: {{ template "greenlight.fullname" . }}-secret
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment