chore(argocd): Refactor to use helm chart
This commit is contained in:
parent
93ecd0c14e
commit
dfe3e5ae4f
9 changed files with 149 additions and 27080 deletions
|
|
@ -1,28 +1,20 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- httproute.yaml
|
||||
- install.yaml
|
||||
- repository.yaml
|
||||
- namespace.yaml
|
||||
- clusters.yaml
|
||||
- oidc.yaml
|
||||
- applications-peterg.yaml
|
||||
- applications-wheatley.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
|
||||
resources:
|
||||
- secrets.yaml
|
||||
- repositories.yaml
|
||||
- applications-peterg.yaml
|
||||
- applications-wheatley.yaml
|
||||
|
||||
patches:
|
||||
- path: patches/configmap.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue