feat: Setup ArgoCD on k8s-peterg
This commit is contained in:
parent
67621c6409
commit
a009bbf121
12 changed files with 27398 additions and 1364 deletions
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue