mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* chore: remove Argo CD CRDs from namespaced install Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
7 lines
127 B
YAML
7 lines
127 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../namespace-install
|
|
- ../cluster-rbac
|
|
- ../crds
|