Helm chart for OCA's Runboat
The Helm chart includes placeholder values, however following values must be provided for the chart to work correctly:
| Value | Description |
|---|---|
controllerenv.runboatBuildEnv |
Postgres connection details (host, port, username, password, database) |
runboatSecret.repos |
List of allowed repositories |
ingress.host |
Hostname for base url for runboat controller & ingress |
runboatSecret.apiAdminUser |
API admin username |
runboatSecret.apiAdminPasswd |
API admin password |
helm upgrade --install runboat \
oci://ghcr.io/it-projects-llc/runboat-helm/runboat \
-f my-values.yaml \
-n runboat-controllerThe Helm chart includes an ingress resource, which is disabled by default. To enable ingress, pass:
ingress:
enabled: true
host: example.com