dirsigler / uptime-kuma-helm

This Helm Chart installs Uptime-Kuma from @louislam to your Kubernetes Cluster.
https://helm.irsigler.cloud
GNU General Public License v3.0
152 stars 53 forks source link

Bug: Value storageClassName does not apply when useDeploy is true #22

Closed beatkind closed 2 years ago

beatkind commented 2 years ago

When useDeploy is true and the storageClassName value is not applied due to the following line in charts/uptime-kuma/templates/pvc.yaml:

storageClassName: {{ .Values.volume.storageClass | default "standard"}}

The value referenced here muss be .Values.volume.storageClassName