14 lines
302 B
YAML
14 lines
302 B
YAML
resources:
|
|
- github.com/argoproj/argo-cd//manifests/cluster-install?ref=stable
|
|
- ingress.yaml
|
|
- repository.yaml
|
|
|
|
configMapGenerator:
|
|
- name: argocd-ssh-known-hosts-cm
|
|
behavior: merge
|
|
files:
|
|
- ssh_known_hosts
|
|
- name: argocd-cm
|
|
behavior: merge
|
|
literals:
|
|
- kustomize.buildOptions=--enable-helm |