Files
homelab-v/k8s/infra/controllers/argocd/kustomization.yaml
T
2025-07-12 15:45:23 +02:00

16 lines
295 B
YAML

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