Skip to content

Commit

Permalink
Fix #273. ArgoCD config: exclude VolumeSnapshot and VolumeSnapshotCon…
Browse files Browse the repository at this point in the history
…tent resource
  • Loading branch information
ricsanfre committed Feb 2, 2024
1 parent 4d34ff4 commit 9ed53a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions argocd/bootstrap/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ argo-cd:
return hs
# Enabling Helm chart rendering with Kustomize
kustomize.buildOptions: --enable-helm
## Ignore resources
# https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#resource-exclusioninclusion
# Ignore VolumeSnapshot and VolumeSnapshotContent: Created by backup processes.
resource.exclusions: |
- apiGroups:
- snapshot.storage.k8s.io
kinds:
- VolumeSnapshot
- VolumeSnapshotContent
clusters:
- "*"
server:
# Ingress Resource. LoSnghorn dashboard.
Expand Down

0 comments on commit 9ed53a1

Please sign in to comment.