We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99ba53 commit 7452353Copy full SHA for 7452353
charts/gitops-runtime/templates/app-proxy/_app-proxy-env.yaml
@@ -22,4 +22,7 @@ GIT_PASSWORD:
22
{{- define "codefresh-gitops-runtime.app-proxy.init-container.calculated-env-vars"}}
23
USER_TOKEN:
24
{{- 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 }}
28
{{- end }}
0 commit comments