https://github.com/flowci/helm-chart
https://github.com/flowci/helm-chart
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flowci/helm-chart
- Owner: FlowCI
- License: apache-2.0
- Created: 2022-06-02T19:22:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T14:41:34.000Z (over 2 years ago)
- Last Synced: 2025-04-08T21:51:40.354Z (about 1 year ago)
- Language: Smarty
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install flow.ci from helm
To install the Helm Chart from our Helm Repository, you can use the following commands:
```bash
helm repo add flow.ci https://flowci.github.io/helm-chart/
helm repo update
kubectl create ns flowci
helm install flow.ci flow.ci/flow.ci -n flowci
```