From 2cf9b6b19c6579d1451ff66b8348056a07400920 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..42cc3bc --- /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-issuer static-provisioning/nfs-static-provisioning --namespace my-namespace +``` -- GitLab