Skip to content

Commit 3fa4052

Browse files
added app-proxy context
1 parent 7708992 commit 3fa4052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/gitops-runtime/templates/gitops-operator/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
{{- $_ := set $context "Values" $vals }}
77
{{- $_ := set $context.Values "global" (deepCopy (get .Values "global")) }}
8+
{{- $_ := set $context.Values "app-proxy" (deepCopy (get .Values "app-proxy")) }}
89

910
{{- if and (not (index .Values "argo-cd" "enabled")) }}
1011
{{- if and (eq (index .Values "global" "external-argo-cd" "auth" "type") "token") }}

0 commit comments

Comments
 (0)