Let Argo take care of CRDs
This commit is contained in:
parent
e4fb576a55
commit
9deafa7f3e
@ -2,7 +2,7 @@ kubezero-argo-cd
|
||||
================
|
||||
KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application
|
||||
|
||||
Current chart version is `0.3.6`
|
||||
Current chart version is `0.3.7`
|
||||
|
||||
Source code can be found [here](https://kubezero.com)
|
||||
|
||||
|
@ -30,9 +30,13 @@ prometheus-operator:
|
||||
# Default configuration of prometheus operator will create CRDs in the cluster idempotently
|
||||
prometheusOperator:
|
||||
enabled: true
|
||||
|
||||
# We use Argo
|
||||
manageCrds: false
|
||||
createCustomResource: true
|
||||
|
||||
serviceMonitor:
|
||||
selfMonitor: false
|
||||
createCustomResource: false
|
||||
tlsProxy:
|
||||
enabled: false
|
||||
admissionWebhooks:
|
||||
|
@ -2,7 +2,7 @@ kubezero
|
||||
========
|
||||
KubeZero ArgoCD Application - Root App of Apps chart of KubeZero
|
||||
|
||||
Current chart version is `0.3.11`
|
||||
Current chart version is `0.4.1`
|
||||
|
||||
Source code can be found [here](https://kubezero.com)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user