Skip to content

Commit

Permalink
fix: add extraEnv block (#19703)
Browse files Browse the repository at this point in the history
* fix: add extraEnv block

* fix nindent
  • Loading branch information
xpuska513 authored Nov 22, 2022
1 parent 4c5d6ea commit c2c1b3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/airbyte-cron/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ spec:
{{- end }}
{{- end }}

# Values from extraEnv for more compability(if you want to use external secret source or other stuff)
{{- if .Values.extraEnv }}
{{- toYaml .Values.extraEnv | nindent 10 }}
{{- end }}

{{- if .Values.containerSecurityContext }}
securityContext: {{- toYaml .Values.containerSecurityContext | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit c2c1b3d

Please sign in to comment.