Files
k8s/02-k8s/infra/controllers/argocd/kustomization.yaml
2025-09-07 11:08:10 +02:00

13 lines
260 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ns.yaml
helmCharts:
- name: argo-cd
repo: https://argoproj.github.io/argo-helm
version: 8.3.5
releaseName: "argocd"
namespace: argocd
valuesFile: values.yaml