Skip to content

Commit

Permalink
exlude calico generated resources
Browse files Browse the repository at this point in the history
  • Loading branch information
asiyani committed Oct 31, 2024
1 parent cd99706 commit c831865
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 c831865

Please sign in to comment.