mirror of
https://github.com/bitnami/charts.git
synced 2026-02-18 18:57:18 +08:00
Add undocumented parameter in values.yaml (#8188)
Co-authored-by: Georgi Yadkov <gyadkov@degiro.nl>
This commit is contained in:
@@ -39,4 +39,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-spring-cloud-dataflow
|
||||
- https://github.com/bitnami/bitnami-docker-spring-cloud-skipper
|
||||
- https://dataflow.spring.io/
|
||||
version: 4.1.5
|
||||
version: 4.1.6
|
||||
|
||||
@@ -59,6 +59,7 @@ helm uninstall my-release
|
||||
| ------------------ | ------------------------------------------------------------------------------------- | --------------- |
|
||||
| `nameOverride` | String to partially override scdf.fullname template (will maintain the release name). | `""` |
|
||||
| `fullnameOverride` | String to fully override scdf.fullname template. | `""` |
|
||||
| `commonLabels` | Labels to add to all deployed objects | `{}` |
|
||||
| `kubeVersion` | Force target Kubernetes version (using Helm capabilities if not set) | `""` |
|
||||
| `clusterDomain` | Default Kubernetes cluster domain | `cluster.local` |
|
||||
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
|
||||
|
||||
@@ -24,6 +24,9 @@ nameOverride: ""
|
||||
## @param fullnameOverride String to fully override scdf.fullname template.
|
||||
##
|
||||
fullnameOverride: ""
|
||||
## @param commonLabels Labels to add to all deployed objects
|
||||
##
|
||||
commonLabels: {}
|
||||
## @param kubeVersion Force target Kubernetes version (using Helm capabilities if not set)
|
||||
##
|
||||
kubeVersion: ""
|
||||
|
||||
Reference in New Issue
Block a user