-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certain config elements become json when going to the application deployment page #1756
Comments
Releated: #1683 |
Isn't the output received a valid YAML representation though? I thought he previous issue was where the key was incorrectly parsed as json (so changing the structure), where as the example above is valid, but not ideal (ie. it's much more readable when using indentation to denote scope, rather than explicit braces). Let's see what Andres thinks when he's back. |
hi, yes, as @absoludity points out, the issue in #1683 is different since the resulting YAML was syntactically incorrect. In this case both YAMLs represents the same object but it's true that it can be confusing. The cause of this is the JSON diff that gets automatically generated between the default values and the deployed values. Let's say that we have this original YAML:
And the deployed version looks like this:
This gets detected as if the first element of the array env (
It's different when the value of
so, in other words, can you post the original values of |
Closing, please re-open if there's more info as requested. |
Description:
Certain config values become json in the upgrade page of an app.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Version of Helm, Kubeapps and Kubernetes:
helm version
:helm list <kubeapps-release-name>
:kubectl version
:The text was updated successfully, but these errors were encountered: