argo-cd/manifests/base/config/kustomization.yaml
Alexander Matyushentsev caa246a38d
refactor: allow using own config maps to register the cmp plugins instead of 'argocd-cmp-cm' (#7677)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-11-10 14:57:14 -08:00

12 lines
251 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- argocd-cm.yaml
- argocd-cmd-params-cm.yaml
- argocd-secret.yaml
- argocd-rbac-cm.yaml
- argocd-ssh-known-hosts-cm.yaml
- argocd-tls-certs-cm.yaml
- argocd-gpg-keys-cm.yaml