add envFrom

This commit is contained in:
2024-02-10 04:08:58 -07:00
parent 30d69f695c
commit ffcaf51b66
3 changed files with 6 additions and 1 deletions

View File

@@ -40,6 +40,10 @@ spec:
- name: {{ $k }}
value: {{ $v | quote }}
{{- end }}
{{- with .Values.deployment.envFrom }}
envFrom:
{{- toYaml . | nindent 12 }}
{{- end }}
volumeMounts:
- name: homepage-config
subPath: bookmarks.yaml