parent
dfe3e5ae4f
commit
ef2ed1f3c8
9 changed files with 27080 additions and 149 deletions
|
|
@ -1,20 +1,28 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: argocd
|
||||
|
||||
resources:
|
||||
- secrets.yaml
|
||||
- repositories.yaml
|
||||
- httproute.yaml
|
||||
- install.yaml
|
||||
- repository.yaml
|
||||
- namespace.yaml
|
||||
- clusters.yaml
|
||||
- oidc.yaml
|
||||
- applications-peterg.yaml
|
||||
- applications-wheatley.yaml
|
||||
|
||||
# ArgoCD Helm chart
|
||||
helmCharts:
|
||||
- name: argo-cd
|
||||
repo: oci://ghcr.io/argoproj/argo-helm
|
||||
version: 9.4.16
|
||||
releaseName: argocd
|
||||
valuesFile: values.yaml
|
||||
namespace: argocd
|
||||
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
|
||||
|
||||
patches:
|
||||
- path: patches/configmap.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue