Skip to content
Snippets Groups Projects

chart: Add support for setting custom env vars

Merged Ryan Gonzalez requested to merge wip/refi64/helm-env into collabora/staging
Files
2
@@ -35,6 +35,8 @@ spec:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
- name: {{ .Chart.Name }}-api
env:
{{- toYaml .Values.api.extraEnvVars | nindent 12 }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Loading