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 7708992 commit 3fa4052Copy full SHA for 3fa4052
charts/gitops-runtime/templates/gitops-operator/deployment.yaml
@@ -5,6 +5,7 @@
5
6
{{- $_ := set $context "Values" $vals }}
7
{{- $_ := set $context.Values "global" (deepCopy (get .Values "global")) }}
8
+{{- $_ := set $context.Values "app-proxy" (deepCopy (get .Values "app-proxy")) }}
9
10
{{- if and (not (index .Values "argo-cd" "enabled")) }}
11
{{- if and (eq (index .Values "global" "external-argo-cd" "auth" "type") "token") }}
0 commit comments