mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
11 lines
235 B
YAML
11 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
|