Skip to content

Commit

Permalink
Merge pull request #390 from utilitywarehouse/as-argocd-calico
Browse files Browse the repository at this point in the history
exlude calico generated resources
  • Loading branch information
asiyani authored Oct 31, 2024
2 parents cd99706 + c831865 commit 842e9e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions argocd/namespaced/argocd-cm-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,10 @@ data:
resource.customizations.knownTypeFields.cert-manager.io_Certificate: |
- field: spec.duration
type: meta/v1/Duration
# Configuration to completely ignore entire classes of resource group/kinds (optional)
resource.exclusions: |
- apiGroups:
- crd.projectcalico.org
kinds:
- NetworkPolicy

0 comments on commit 842e9e0

Please sign in to comment.