Add envFrom for chart
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-10-04 00:13:30 -04:00
parent 44b2763745
commit 73871df69b
2 changed files with 9 additions and 0 deletions

View File

@@ -58,6 +58,10 @@ spec:
{{- with .Values.env }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.envFrom }}
envFrom:
{{- toYaml . | nindent 12 }}
{{- end }}
volumeMounts:
- name: data
mountPath: /data
@@ -76,6 +80,10 @@ spec:
env:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.envFrom }}
envFrom:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.resources }}
resources:
{{- toYaml . | nindent 12 }}

View File

@@ -52,6 +52,7 @@ tolerations: []
affinity: {}
env: {}
envFrom: {}
persistence: {}
# enabled: true