revert chore(argocd): Refactor to use helm chart
This commit is contained in:
Peter 2026-03-28 10:06:05 +01:00
parent dfe3e5ae4f
commit ef2ed1f3c8
9 changed files with 27080 additions and 149 deletions

View file

@ -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