Merge pull request #31 from rancher/values-from
Add documentation for valuesFrom secrets and config maps
This commit is contained in:
commit
8793c50e1e
|
|
@ -109,7 +109,7 @@ helm:
|
||||||
valuesFiles:
|
valuesFiles:
|
||||||
- values1.yaml
|
- values1.yaml
|
||||||
- values2.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:
|
valuesFrom:
|
||||||
- configMapKeyRef:
|
- configMapKeyRef:
|
||||||
name: configmap-values
|
name: configmap-values
|
||||||
|
|
@ -236,7 +236,7 @@ After secret is created, specify the secret to `gitRepo.spec.helmSecretName`. Ma
|
||||||
|
|
||||||
### Using ValuesFrom
|
### 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/):
|
Example [ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap/):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue