From f7be49e4027b3d09dfb1275453fb2dfb1393e6f6 Mon Sep 17 00:00:00 2001 From: Christopher Greaves <28542943+Chris-Greaves@users.noreply.github.com> Date: Fri, 3 May 2024 20:04:34 +0100 Subject: [PATCH] docs: Update Kubernetes README (#740) --- charts/planka/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/planka/README.md b/charts/planka/README.md index f9250e1a..fbecddcc 100644 --- a/charts/planka/README.md +++ b/charts/planka/README.md @@ -14,11 +14,15 @@ If you want to fully uninstall this chart including the data, follow [these step ## Usage +If you just want to spin up an instance using help, please see [these docs](https://docs.planka.cloud/docs/installation/kubernetes/helm_chart/). If you want to make changes to the chart locally, and deploy them, see the below section. + +## Local Building and Using the Chart + The basic usage of the chart can be found below: ```bash -git clone https://github.com/Chris-Greaves/planka-helm-chart.git -cd planka-helm-chart +git clone https://github.com/plankanban/planka.git +cd planka/charts/planka helm dependency build export SECRETKEY=$(openssl rand -hex 64) helm install planka . --set secretkey=$SECRETKEY \