helm delete
to remove a stackstate release the PVC's will remain present within the namespace and will be reused if a helm install
is run in the same namespace with the same release name.kubectl delete pvc
or delete the entire namespace.storageClass
and size
settings for different volumes in the Helm chart. The example values.yaml files provided in the GitHub Helm chart repo show how you can customize the size
of volumes. The storageClass
can be added in a similar fashion.standard
and not use the default storageClass configured for the Kubernetes cluster: