Fix helm install error (#305)
* update helm values yaml - set persistence.enabled as 'false' as default since there is no pv as default - set persistence.storageClassName as 'default' since even if pv exists, pvc still need storageClassName: ``` Normal FailedBinding 8s (x4 over 35s) persistentvolume-controller no persistent volumes available for this claim and no storage class is set ``` Signed-off-by:Xiang Dai <764524258@qq.com> * helm: delete duplicate empty blank Signed-off-by:
Xiang Dai <764524258@qq.com>
Showing
- production/helm/README.md 1 addition, 1 deletionproduction/helm/README.md
- production/helm/templates/loki/deployment.yaml 1 addition, 1 deletionproduction/helm/templates/loki/deployment.yaml
- production/helm/templates/promtail/clusterrole.yaml 1 addition, 1 deletionproduction/helm/templates/promtail/clusterrole.yaml
- production/helm/templates/promtail/daemonset.yaml 1 addition, 1 deletionproduction/helm/templates/promtail/daemonset.yaml
- production/helm/values.yaml 8 additions, 6 deletionsproduction/helm/values.yaml
Please register or sign in to comment