mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Exclude velero backup resource in argocd
This commit is contained in:
@@ -6,4 +6,9 @@ metadata:
|
||||
app.kubernetes.io/name: argocd-cm
|
||||
app.kubernetes.io/part-of: argocd
|
||||
data:
|
||||
kustomize.buildOptions: "--enable-helm"
|
||||
kustomize.buildOptions: "--enable-helm"
|
||||
resource.exclusions: |
|
||||
- apiGroups:
|
||||
- "velero.io/v1"
|
||||
kinds:
|
||||
- "Backup"
|
||||
Reference in New Issue
Block a user