mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-04-04 15:58:49 +02:00
12 lines
235 B
YAML
12 lines
235 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
bases:
|
|
- github.com/argoproj/argo-cd//manifests/cluster-install?ref=stable
|
|
|
|
patchesStrategicMerge:
|
|
- argocd-known-hosts-mounts.yaml
|
|
|
|
resources:
|
|
- argocd-known-hosts.yaml
|