Chart: Readme contains instructions for chart installation from a local directory #576

Open
opened 2026-02-04 20:25:27 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @kastl-ars on GitHub (Sep 25, 2024).

The chart's README contains instructions for installing the chart from a local clone of this repository:

helm install planka . --set secretkey=$SECRETKEY \
[...]

https://github.com/plankanban/planka/blob/master/charts/planka/README.md?plain=1#L49

This is correct in the "Local Building and Using the Chart" section, but otherwise I would align with the official documentation which contains the "correct" command, i.e. one that newbies can use to install the command without cloning the repo.

helm install planka planka/planka --set secretkey=$SECRETKEY  \
[...]

Kind Regards,
Johannes

Originally created by @kastl-ars on GitHub (Sep 25, 2024). The chart's README contains instructions for installing the chart from a local clone of this repository: ``` helm install planka . --set secretkey=$SECRETKEY \ [...] ``` https://github.com/plankanban/planka/blob/master/charts/planka/README.md?plain=1#L49 This is correct in the "Local Building and Using the Chart" section, but otherwise I would align with the [official documentation](https://docs.planka.cloud/docs/installation/kubernetes/helm_chart) which contains the "correct" command, i.e. one that newbies can use to install the command without cloning the repo. ``` helm install planka planka/planka --set secretkey=$SECRETKEY \ [...] ``` Kind Regards, Johannes
Author
Owner

@kastl-ars commented on GitHub (Sep 25, 2024):

@Chris-Greaves FYI

@kastl-ars commented on GitHub (Sep 25, 2024): @Chris-Greaves FYI
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#576