pokt-network / pocket

Official implementation of the Pocket Network Protocol v1
https://pokt.network
MIT License
61 stars 33 forks source link

disable persistance of volumes on LocalNet #899

Closed okdas closed 11 months ago

okdas commented 11 months ago

Description

Turning off volumes on LocalNet makes it easier to provision nodes, as they no longer depend on Kubernetes volumes. The LocalNet nodes are ephemeral anyway, so we don't lose anything by doing that.

Summary generated by Reviewpad on 12 Jul 23 01:18 UTC

This pull request includes two patches.

The first patch disables persistence of volumes on LocalNet by setting the enabled field to false in the charts/pocket/values.yaml file.

The second patch adds generated helm docs by updating the charts/pocket/README.md file. The persistence.enabled field is also set to false in this patch.

Overall, these patches disable the persistent volume claim feature and add documentation changes.