mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-30 21:37:18 +00:00
10 lines
No EOL
205 B
YAML
10 lines
No EOL
205 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
bases:
|
|
- ../../../manifests/crds
|
|
- ../../../manifests/base/config
|
|
- ../../../manifests/cluster-rbac
|
|
|
|
patchesStrategicMerge:
|
|
- patches.yaml |