1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mareshq-cthulhunetes-gitops/bootstrap/argo-cd/kustomization.yaml
Vojtech Mares 65663cd8b4
fix(argo-cd): exlude ciliumidentity resource
- was casuing apps to be permanently out-of-sync
2023-11-16 08:42:49 +01:00

18 lines
434 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argocd
resources:
- github.com/argoproj/argo-cd/manifests/ha/cluster-install?ref=v2.9.1
- ./ingress.yaml
configMapGenerator:
- name: argocd-cm
behavior: merge
literals:
- |
resource.exclusions: |
- apiGroups:
- cilium.io
kinds:
- CiliumIdentity
clusters:
- "*"