We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69224d6 commit 80e260eCopy full SHA for 80e260e
charts/team-ns/templates/argocd/argocd-applicationset.yaml
@@ -80,6 +80,15 @@ spec:
80
kind: ValidatingWebhookConfiguration
81
jqPathExpressions:
82
- '.webhooks[]?.clientConfig.caBundle'
83
+ - group: admissionregistration.k8s.io
84
+ kind: MutatingWebhookConfiguration
85
+ jqPathExpressions:
86
+ - '.webhooks[]?.clientConfig.caBundle'
87
+ - group: "apps"
88
+ kind: "StatefulSet"
89
90
+ - ".spec.volumeClaimTemplates[].apiVersion"
91
+ - ".spec.volumeClaimTemplates[].kind"
92
{{- end }}
93
destination:
94
server: 'https://kubernetes.default.svc'
0 commit comments