use kustomize for rolling out argocd

This commit is contained in:
Linus Vogel 2026-07-22 22:31:12 +02:00
parent 8ecf57707b
commit 54ebb5b10b
3 changed files with 13 additions and 7 deletions

View File

@ -1,7 +0,0 @@
apiVersion: v2
name: argo-cd
version: 0.1.0
dependencies:
- name: argo-cd
version: 10.0.0
repository: https://argoproj.github.io/argo-helm

View File

@ -0,0 +1,13 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argocd
helmCharts:
- name: argocd
repo: https://argoproj.github.io/argo-helm
version: 10.0.0
releaseName: argocd
namespace: argocd
includeCRDs: true
valuesFile: helm/values.yaml
resources:
- templates