mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
docs: Update Kubernetes README (#740)
This commit is contained in:
parent
c8d732d936
commit
f7be49e402
1 changed files with 6 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue