22 lines
411 B
YAML
22 lines
411 B
YAML
|
|
---
|
||
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
|
kind: Kustomization
|
||
|
|
resources:
|
||
|
|
- httproute.yaml
|
||
|
|
- install.yaml
|
||
|
|
- repository.yaml
|
||
|
|
- namespace.yaml
|
||
|
|
|
||
|
|
namespace: argocd
|
||
|
|
|
||
|
|
configMapGenerator:
|
||
|
|
- name: argocd-cmd-params-cm
|
||
|
|
behavior: replace
|
||
|
|
literals:
|
||
|
|
- server.insecure=true
|
||
|
|
- reposerver.enable.git.submodule=false
|
||
|
|
- name: argocd-cm
|
||
|
|
behavior: merge
|
||
|
|
literals:
|
||
|
|
- kustomize.buildOptions=--enable-helm
|