-
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
Add useHelm3 flag #1349
Add useHelm3 flag #1349
Conversation
It doesn't work yet, but will be needed later on (see vmware-tanzu#1309). vmware-tanzu#1309 (review)
I don't understand why the CI failed. Do you, @andresmgot and @absoludity?
|
Yeah - the issue is that you can't have comments in yaml scalar values, but if you template your branch (and in particular, include the tiller tls which ci does), you'll see:
The main issue there is the secret value (first line), where the comment is included as part of the secret value. I'd remove the
Otherwise, +1 from me :) |
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.
lgtm (with fix in comment above)
Wow, that's some interesting interaction between YAML and Go templates right there, @absoludity! I fully agree that the comments shouldn't be in the output. The recently pushed commit seems to have done the trick, but since I had forgotten to merge |
It doesn't work yet, but will be needed later on (see #1309).
As pointed out by @absoludity: "I think it's fine to land with the useHelm2/3 switch available but clearly document that it's not yet working, as long as it isn't changing current behaviour […]."