Files
homelab/k8s/core/argocd/kustomization.yaml
ab d44ade2298
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Successful in 14s
Auto-update README / Generate README and Create MR (push) Successful in 10s
Update k8s/core/argocd/kustomization.yaml
2025-11-24 11:41:20 +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: 9.1.4
releaseName: argocd
namespace: argocd
valuesFile: values.yaml
includeCRDs: true