Skip to content

it-projects-llc/runboat-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm chart for OCA's Runboat

Required Values

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

Installation

helm upgrade --install runboat \
  oci://ghcr.io/it-projects-llc/runboat-helm/runboat \
  -f my-values.yaml \
  -n runboat-controller

Enabling Ingress

The Helm chart includes an ingress resource, which is disabled by default. To enable ingress, pass:

ingress:
  enabled: true
  host: example.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors