From 2f5a039af197bdc85cf1831e706c5aa9cb29091f Mon Sep 17 00:00:00 2001 From: Andri Joos <andri@joos.io> Date: Sat, 19 Oct 2024 23:05:34 +0200 Subject: [PATCH] add installation instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3d8bce --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Installation instructions +```sh +helm repo add dynamic-provisioning https://git.420joos.dev/api/v4/projects/275/packages/helm/stable +helm install my-pvc dynamic-provisioning/nfs-dynamic-provisioning --namespace my-namespace +``` -- GitLab