16 lines
300 B
YAML
16 lines
300 B
YAML
![]() |
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
resources: []
|
||
|
# - external-secrets.yaml
|
||
|
|
||
|
helmCharts:
|
||
|
- name: argo-cd
|
||
|
repo: https://argoproj.github.io/argo-helm
|
||
|
version: 7.8.23
|
||
|
releaseName: argocd
|
||
|
namespace: argocd
|
||
|
valuesFile: values.yaml
|
||
|
includeCRDs: true
|
||
|
|