From 92cadf40e6bff6c0b6edf29cbdb445c2b87239e7 Mon Sep 17 00:00:00 2001 From: Andri Joos <andri@joos.io> Date: Sat, 19 Oct 2024 22:58:25 +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..88a50db --- /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 +``` -- GitLab