Skip to content

Commit

Permalink
chore(pipeline): apply environment variables on migration command
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Aug 5, 2024
1 parent f006be7 commit 88115d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/core/templates/pipeline-backend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ spec:
- name: config
mountPath: {{ .Values.pipelineBackend.configPath }}
subPath: config.yaml
env:
{{- if .Values.pipelineBackend.extraEnv }}
{{- toYaml .Values.pipelineBackend.extraEnv | nindent 12 }}
{{- end }}
- name: pipeline-backend-init
image: {{ .Values.pipelineBackend.image.repository }}:{{ .Values.pipelineBackend.image.tag }}
imagePullPolicy: {{ .Values.pipelineBackend.image.pullPolicy }}
Expand Down

0 comments on commit 88115d9

Please sign in to comment.