Files
homelab/k8s/core/argocd/kustomization.yaml
ab 6574e14b3d
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 8s
Update k8s/core/argocd/kustomization.yaml
2026-03-11 01:59:57 +00:00

19 lines
348 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.4.10
releaseName: argocd
namespace: argocd
valuesFile: values.yaml
includeCRDs: true