Skip to content

Commit 7452353

Browse files
committed
add GIT_INTEGRATION_PROVIDER env to initContainer
1 parent b99ba53 commit 7452353

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/gitops-runtime/templates/app-proxy/_app-proxy-env.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ GIT_PASSWORD:
2222
{{- define "codefresh-gitops-runtime.app-proxy.init-container.calculated-env-vars"}}
2323
USER_TOKEN:
2424
{{- include "codefresh-gitops-runtime.installation-token-env-var-value" . | nindent 2 }}
25+
{{- if .Values.global.codefresh.gitIntegration.provider.name }}
26+
GIT_INTEGRATION_PROVIDER: {{ include "codefresh-gitops-runtime.git-integration.provider" .}}
27+
{{- end }}
2528
{{- end }}

0 commit comments

Comments
 (0)