mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 23:21:07 +00:00
13 lines
255 B
Markdown
13 lines
255 B
Markdown
# plane
|
|
|
|
```bash
|
|
helm repo add makeplane https://helm.plane.so/
|
|
helm repo update
|
|
helm install plane-app makeplane/plane-ce \
|
|
--create-namespace \
|
|
--namespace plane-ce \
|
|
-f values.yaml \
|
|
--timeout 10m \
|
|
--wait \
|
|
--wait-for-jobs
|
|
``` |