Commit 87c1485b authored by Ndoumbe's avatar Ndoumbe

Update deployment.yaml

parent cc5557d5
...@@ -55,6 +55,10 @@ spec: ...@@ -55,6 +55,10 @@ spec:
envFrom: envFrom:
{{- toYaml . | nindent 12}} {{- toYaml . | nindent 12}}
{{- end }} {{- end }}
{{- with .Values.env_file }}
env_file:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment