Uh oh!
There was an error while loading. Please reload this page.
feat: Allow specifying Helm values for operator installations - #425
Conversation
63d9324 to
15cde97CompareThere was a problem hiding this comment.
Thanks @labrenbe.
Left a comment about how to handle common settings (by using yaml anchors instead of custom code). Otherwise looks good.
Note: The PR description will need updating too (with yaml anchors in the example)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
Allow providing a Helm values file with the
--operator-valuesflag which will be used for the deployment of operators. Both common and operator-specific values can be specified which will be merged with operator-specific taking precedence.Sample file structure:
For the listener operator the
--presetflag always takes precedence over any values provided with the--operator-valuesflag.The short flag
-fhas been chosen to follow Helm's way of specifying a values file.Disclaimer: Aided by AI (Claude)
Definition of Done Checklist
Author
Reviewer
Acceptance