mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Exclude velero backup resource in argocd 2
This commit is contained in:
@@ -16,4 +16,4 @@ patches:
|
|||||||
kind: ReplicaSet
|
kind: ReplicaSet
|
||||||
name: argocd-notifications-controller
|
name: argocd-notifications-controller
|
||||||
path: overlays/argocd-notifications-controller-patch.yaml
|
path: overlays/argocd-notifications-controller-patch.yaml
|
||||||
# - path: overlays/argocd-cm.patch.yaml
|
- path: overlays/argocd-cm.patch.yaml
|
||||||
@@ -6,7 +6,7 @@ metadata:
|
|||||||
app.kubernetes.io/name: argocd-cm
|
app.kubernetes.io/name: argocd-cm
|
||||||
app.kubernetes.io/part-of: argocd
|
app.kubernetes.io/part-of: argocd
|
||||||
data:
|
data:
|
||||||
kustomize.buildOptions: "--enable-helm"
|
# kustomize.buildOptions: "--enable-helm"
|
||||||
resource.exclusions: |
|
resource.exclusions: |
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- "velero.io/v1"
|
- "velero.io/v1"
|
||||||
|
|||||||
Reference in New Issue
Block a user