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-06 17:24:01 +01:00
|
|
|
|
|
|
|
helmCharts:
|
|
|
|
- name: argo-cd
|
|
|
|
repo: https://argoproj.github.io/argo-helm
|
|
|
|
version: 7.8.23
|
|
|
|
releaseName: argocd
|
|
|
|
namespace: argocd
|
|
|
|
valuesFile: values.yaml
|
|
|
|
includeCRDs: true
|
|
|
|
|