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
151 stars 53 forks source link

adding option to make volume optional #25

Closed beatkind closed 2 years ago

beatkind commented 2 years ago

Description of the change

This PR adds the option to make the Persistante Volume optional.

Benefits

Persistency is optional.

Possible drawbacks

When Upgrading without reading change notes, the PV will not be mounted any more if the newly introduced value is not set.

Applicable issues

Additional Infos

Should be merged after #23

Checklist

beatkind commented 2 years ago

@dirsigler fixed the linting and resolved the conflict, ready to merge now