20 lines
389 B
YAML
20 lines
389 B
YAML
|
---
|
||
|
apiVersion: helm.cattle.io/v1
|
||
|
kind: HelmChart
|
||
|
metadata:
|
||
|
name: argocd
|
||
|
namespace: kube-system
|
||
|
spec:
|
||
|
# do not change order! (needed for renovate)
|
||
|
chart: argo-cd
|
||
|
repo: https://argoproj.github.io/argo-helm
|
||
|
version: 7.5.2
|
||
|
targetNamespace: argocd
|
||
|
valuesContent: |-
|
||
|
applicationSet:
|
||
|
enabled: false
|
||
|
notifications:
|
||
|
enabled: false
|
||
|
dex:
|
||
|
enabled: false
|