19 lines
473 B
YAML
19 lines
473 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: argocd
|
|
#helmCharts:
|
|
# - name: argocd
|
|
# repo: https://argoproj.github.io/argo-helm
|
|
# version: 10.0.0
|
|
# releaseName: argocd
|
|
# namespace: argocd
|
|
# includeCRDs: true
|
|
# valuesFile: helm/values.yaml
|
|
resources:
|
|
- argocd-10.0.0.yaml
|
|
- templates/virtualservice.yaml
|
|
- templates/namespace.yaml
|
|
# - templates/destinationrule.yaml
|
|
|
|
patches:
|
|
- path: patches/argocd-cmd-params-cm.yaml |