Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable persistance of volumes on LocalNet (#899)
## 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. <!-- reviewpad:summarize:start --> ### 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. <!-- reviewpad:summarize:end --> --------- Co-authored-by: github-actions <github-actions@github.com>
- Loading branch information