Merge pull request #31 from rancher/values-from

Add documentation for valuesFrom secrets and config maps
This commit is contained in:
Mario Manno 2022-12-07 16:21:31 +01:00 committed by GitHub
commit 8793c50e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ helm:
valuesFiles:
- values1.yaml
- values2.yaml
# Allow to use values files from configmaps or secrets
# Allow to use values files from configmaps or secrets defined in the downstream clusters
valuesFrom:
- configMapKeyRef:
name: configmap-values
@ -236,7 +236,7 @@ After secret is created, specify the secret to `gitRepo.spec.helmSecretName`. Ma
### Using ValuesFrom
These examples showcase the style and format for using `valuesFrom`.
These examples showcase the style and format for using `valuesFrom`. ConfigMaps and Secrets should be created in downstream clusters.
Example [ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap/):