forked from github-mirrorer/rtomik-helm-charts
added option to add extra env variables
This commit is contained in:
@ -219,6 +219,9 @@ spec:
|
||||
key: google-client-secret
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with .Values.config.extraEnv }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: uploads
|
||||
mountPath: /app/uploads
|
||||
|
||||
Reference in New Issue
Block a user