| 123456789101112131415161718 |
- argo-cd:
- installCRDs: false
- global:
- image:
- tag: v2.2.3
- dex:
- enabled: false
- server:
- extraArgs:
- - --insecure
- config:
- repositories: |
- - type: helm
- name: stable
- url: https://charts.helm.sh/stable
- - type: helm
- name: argo-cd
- url: https://argoproj.github.io/argo-helm
|