kubernetes/k8s-peterg/argocd/kustomization.yaml

29 lines
570 B
YAML
Raw Normal View History

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
- clusters.yaml
- oidc.yaml
2025-11-09 14:16:18 +01:00
- applications-peterg.yaml
- applications-wheatley.yaml
2025-10-31 22:37:39 +01:00
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
patches:
- path: patches/configmap.yaml