diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..88a50db3586cb58f7a4628e7fd39246611f38bf3 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Installation instructions +```sh +helm repo add static-provisioning https://git.420joos.dev/api/v4/projects/276/packages/helm/stable +helm install my-pvc static-provisioning/nfs-static-provisioning --namespace my-namespace +```