Files
cloudy/cluster/plane/readme.md
T

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
```