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 - <