We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea8299 commit 70d6aeeCopy full SHA for 70d6aee
charts/team-ns/templates/argocd/argocd-applicationset.yaml
@@ -62,7 +62,15 @@ spec:
62
duration: 10s
63
factor: 3
64
limit: 3
65
- syncOptions: []
+ {{- if eq $v.teamId "admin" }}
66
+ syncOptions:
67
+ - RespectIgnoreDifferences=true
68
+ ignoreDifferences:
69
+ - group: admissionregistration.k8s.io
70
+ kind: ValidatingWebhookConfiguration
71
+ jqPathExpressions:
72
+ - '.webhooks[]?.clientConfig.caBundle'
73
+ {{- end }}
74
destination:
75
server: 'https://kubernetes.default.svc'
76
{{- if and ( eq $v.teamId "admin" ) .namespace }}
0 commit comments