Files
homelab/k8s/core/argocd/kustomization.yaml

19 lines
348 B
YAML
Raw Normal View History

2025-04-06 17:24:01 +01:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
2025-04-06 18:10:38 +01:00
resources:
2025-04-06 18:21:43 +01:00
- app.yaml
2025-04-06 18:10:38 +01:00
- ingress.yaml
2025-04-12 13:18:15 +01:00
- external-secrets.yaml
2025-04-12 13:25:33 +01:00
- appprojects.yaml
2025-04-06 17:24:01 +01:00
helmCharts:
- name: argo-cd
repo: https://argoproj.github.io/argo-helm
2025-04-16 17:28:29 +03:00
version: 7.8.26
2025-04-06 17:24:01 +01:00
releaseName: argocd
namespace: argocd
valuesFile: values.yaml
includeCRDs: true