Add more excludes to improve ArgoCD integration with Istio
This commit is contained in:
parent
60fd7b33d0
commit
eec89f9300
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezero
|
name: kubezero
|
||||||
description: KubeZero ArgoCD Application - Root App of Apps chart of KubeZero
|
description: KubeZero ArgoCD Application - Root App of Apps chart of KubeZero
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.8
|
version: 0.3.9
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -10,4 +10,9 @@
|
|||||||
jsonPointers:
|
jsonPointers:
|
||||||
- /metadata/labels
|
- /metadata/labels
|
||||||
- /spec/additionalPrinterColumns
|
- /spec/additionalPrinterColumns
|
||||||
|
- group: admissionregistration.k8s.io
|
||||||
|
kind: ValidatingWebhookConfiguration
|
||||||
|
jsonPointers:
|
||||||
|
- /webhooks/clientConfig/caBundle
|
||||||
|
- /webhooks/failurePolicy
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user