2025-10-31 22:37:39 +01:00
|
|
|
---
|
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
resources:
|
|
|
|
|
- httproute.yaml
|
|
|
|
|
- install.yaml
|
|
|
|
|
- repository.yaml
|
|
|
|
|
- namespace.yaml
|
|
|
|
|
|
|
|
|
|
namespace: argocd
|
|
|
|
|
|
|
|
|
|
configMapGenerator:
|
2025-11-08 17:37:05 +01:00
|
|
|
- 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
|