Files
homelab/k8s/core/argocd/kustomization.yaml
ab 1be64f2f63
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
Update k8s/core/argocd/kustomization.yaml
2025-07-16 13:31:35 +00:00

19 lines
347 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
- ingress.yaml
- external-secrets.yaml
- appprojects.yaml
helmCharts:
- name: argo-cd
repo: https://argoproj.github.io/argo-helm
version: 8.1.3
releaseName: argocd
namespace: argocd
valuesFile: values.yaml
includeCRDs: true