Can helm release valuesFrom a configmap partly, thanks. #5078
-
Can helm release valuesFrom a configmap partly, thanks. Like below:
Here is helmrelease, works well.
Can I only expose one key from values.yaml, like
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The in-line values are merged with the all the ConfigMaps/Secrets referred, so yes you can split your values between PS. There is no |
Beta Was this translation helpful? Give feedback.
Split the values and place only the secret keys in a Kubernetes Secret that is referred in
valuesFrom
.