From c5e3bf41cbff74ad133d850b7cb8c75d782b1eb8 Mon Sep 17 00:00:00 2001 From: Hitesh Nayak Date: Wed, 10 Apr 2024 15:41:43 +0530 Subject: [PATCH] doc: add development & testing instruction in CONTRIBUTING.md (#84) * doc: add development & testing instruction in CONTRIBUTING.md * fix: Chart.yaml no new release for doc change --- CONTRIBUTING.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 538b2564..008dcabe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,3 +25,60 @@ Chart releases must be immutable. Any change to a chart warrants a chart version ### Versioning The chart `version` should follow [semver](https://semver.org/). + +### Development & Testing + +1. Install `minikube` and `helm`. +2. Start a `minikube` cluster via + + ```bash + minikube start + ``` + +3. Create `PersistentVolumeClaim` by executing following command in shell + + ```bash + minikube kubectl -- create -f - <