Replies: 1 comment 2 replies
-
Hi @jl-beast . If Kubeapps detects more than one extra values, it should present you with a drop-down to select the additional file that you want to use. If Kubeapps detects only one extra values file, it will display that without any option currently (though see #6564). Regarding you lovely comments to help with editing: the intention here is that if you as the chart author provide an extra values file (or multiple), that they will display exactly what you want users to see (ie. it may duplicate important options from the values.yaml, but would normally be a small subset that you think are most relevant, or may have overrides that you want), and should be commented for your users in the same way. It is only an overlay of the original values.yaml (as in, it'll end up running with Note that in our code, we're checking for additional files that have the prefiix "values-", which wouldn't match any of your extra files. That is, Kubeapps should be picking up and matching files such as:
in addition to the normal values.yaml, but not the ones you listed. So I'm surprised and confused that you're seeing your |
Beta Was this translation helpful? Give feedback.
-
I have the following setup. I have a Chart with a Chart.yaml and in the folder with the Chart there exists 4 other yaml files:
The Deploy ones are used for doing test runs with integration tests and other such. Local-Values is used for configuring it to run given that one does not have specific container infrastructure locally. And the regular values.yaml is the base for them all.
When I boot up, the default values in the YAML editor is deploy-cloud-values.yaml, whereas I was expecting the values.yaml which has lovely comments to help with editing.
I am using 13.0.1 with App version of 2.8.0
I also tried with a 2.6.0 version, which shows values.yaml.
Beta Was this translation helpful? Give feedback.
All reactions