Added Argocd

This commit is contained in:
Ultradesu
2025-04-06 17:24:01 +01:00
parent 58cd6efc39
commit ed824adc42
3 changed files with 160 additions and 0 deletions

View File

@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: []
# - external-secrets.yaml
helmCharts:
- name: argo-cd
repo: https://argoproj.github.io/argo-helm
version: 7.8.23
releaseName: argocd
namespace: argocd
valuesFile: values.yaml
includeCRDs: true