https://github.com/validatedpatterns/cluster-pipelines-chart
https://github.com/validatedpatterns/cluster-pipelines-chart
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/validatedpatterns/cluster-pipelines-chart
- Owner: validatedpatterns
- License: apache-2.0
- Created: 2026-04-18T20:03:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-19T19:44:59.000Z (3 months ago)
- Last Synced: 2026-04-19T20:23:55.750Z (3 months ago)
- Language: Makefile
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cluster-pipelines

A Helm chart that deploys cluster provisioning pipelines
This chart is used to serve as the template for Validated Patterns Charts
## Notable changes
## Values
| Key | Type | Default | Description |
| --------------------------------- | ------ | ---------------------------------------------------------------------------------------- | ----------- |
| awsCliImage | string | `"amazon/aws-cli:latest"` | |
| clusterGroup | object | `{}` | |
| externalSecrets.awsCreds.key | string | `"secret/data/hub/aws"` | |
| externalSecrets.azureCreds.key | string | `"secret/data/hub/azure"` | |
| externalSecrets.gcpCreds.key | string | `"secret/data/hub/gcp"` | |
| externalSecrets.pullSecret.key | string | `"pushsecrets/global-pull-secret"` | |
| externalSecrets.secretStore.kind | string | `"ClusterSecretStore"` | |
| externalSecrets.secretStore.name | string | `"vault-backend"` | |
| hcpImage | string | `"image-registry.openshift-image-registry.svc:5000/cluster-provisioning/hcp-cli:latest"` | |
| hive.defaultControlPlaneReplicas | string | `"3"` | |
| hive.defaultWorkerReplicas | string | `"3"` | |
| hypershift.baseDomain | string | `""` | |
| hypershift.defaultInstanceType | string | `"m5.xlarge"` | |
| hypershift.defaultReplicas | int | `2` | |
| hypershift.hostedClusterNamespace | string | `"clusters"` | |
| klusterletAddon | object | `{}` | |
| pipelineNamespace | string | `"cluster-provisioning"` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `"provisioner"` | |
| serviceAccount.namespace | string | `"cluster-provisioning"` | |
| toolsImage | string | `"image-registry.openshift-image-registry.svc:5000/openshift/tools"` | |
---
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)