Configure helm value overrides from the Dashboard
There is some code that's currently not used in the src/modules/apps/components/AdvancedTab/AdvancedTab.tsx
file. The code allows people to upload custom helm values.
To finish this, we need:
-
App installation through the Dashboard to be finished (#49)
-
Support inside the back-end for uploading HR value overrides
- Make sure that the interface is changed to allow overriding HR values for every HR an app has, some apps have more than 1 HR (monitoring, for example).
-
Proper validation of the override content The following discussion from !53 (merged) should be addressed:
-
@arie started a discussion:
I personally would like to know why it's not valid. Nothing fancy like marking the error in the code or anything, but maybe just mention that we're checking for syntactically valid yaml?
-