An open API service indexing awesome lists of open source software.

https://github.com/flowci/helm-chart


https://github.com/flowci/helm-chart

Last synced: 5 months ago
JSON representation

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