Add undocumented parameter in values.yaml (#8188)

Co-authored-by: Georgi Yadkov <gyadkov@degiro.nl>
This commit is contained in:
Georgi Yadkov
2021-11-19 16:13:33 +02:00
committed by GitHub
parent 7fb8d7e713
commit 605f6f287d
3 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -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 | `[]` |

View File

@@ -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: ""