-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding option to turn on go templating of fleet values. #1
Adding option to turn on go templating of fleet values. #1
Conversation
Add option to turn on/off helm values templating Signed-off-by: Greg Sidelinger <gate@ilive4code.net>
Remove some extra code that is not needed for dealing with cluster labels
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed + rebased some changes to my branch causing a conflict on this, though it doesn't appear that bad. Sorry! :)
ddb4e5e
to
b191284
Compare
…to template_values Signed-off-by: Greg Sidelinger <gate@ilive4code.net>
Go templating is not on by default for helm values Signed-off-by: Greg Sidelinger <gate@ilive4code.net>
Was over thinking trying to change the boolean value to a default of true. I enabled up just changing the name of the option in the CRD to disablePreProcess. Will nag the rancher fleet team next week via work if you like the direction your PR is going because I really want these features for use at work. |
feat: disablePreProcessing flagl to disable Go templating for helm values Signed-off-by: Greg Sidelinger <gate@ilive4code.net> Co-authored-by: Raj Perera <rajiteh@gmail.com>
feat: disablePreProcessing flagl to disable Go templating for helm values Signed-off-by: Greg Sidelinger <gate@ilive4code.net> Co-authored-by: Raj Perera <rajiteh@gmail.com>
No description provided.