Files
homelab-v/k8s/infra/controllers/argocd/kustomization.yaml
T
Vegard Hagen a788e2e12c feat(argocd): enable argocd cli
Also change Argo CD to use a proper certificate

Signed-off-by: Vegard Hagen <[email protected]>
2025-07-20 13:18:31 +02:00

17 lines
315 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ns.yaml
# - http-route.yaml
- tls-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