mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-09-01 00:59:20 +00:00
fix(cilium-identity): Excluding CiliumIdentity to avoid ArogCD reporting OutOfSync
source: https://docs.cilium.io/en/stable/configuration/argocd-issues/#argo-cd-deletes-customresourcedefinitions
This commit is contained in:
@@ -7,4 +7,11 @@ data:
|
||||
- name: kustomize-build-with-helm
|
||||
generate:
|
||||
command: [ "sh", "-c" ]
|
||||
args: [ "kustomize build --enable-helm" ]
|
||||
args: [ "kustomize build --enable-helm" ]
|
||||
resource.exclusions: |
|
||||
- apiGroups:
|
||||
- cilium.io
|
||||
kinds:
|
||||
- CiliumIdentity
|
||||
clusters:
|
||||
- "*"
|
||||
|
||||
Reference in New Issue
Block a user