From 6a57e0edf4b02ae2e987bc10bd45e12d3e5fb9d4 Mon Sep 17 00:00:00 2001 From: Andri Joos <andri@joos.io> Date: Tue, 15 Oct 2024 22:04:01 +0200 Subject: [PATCH] add installation instructions to README --- 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..230c9c8 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Installation instructions +```sh +helm repo add allowed-hosts https://git.420joos.dev/api/v4/projects/271/packages/helm/stable +helm install my-allowed-hosts allowed-hosts/allowed-hosts --namespace my-namespace +``` -- GitLab