-
Notifications
You must be signed in to change notification settings - Fork 117
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
Use include-crds flags when using helm v3 #1102
Conversation
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.
Mostly LGTM; just a couple small changes
Also need to update changelog |
Looks like the tests surfaced an error, I'll take another look |
Ah, the |
# This is the 1st commit message: Use include-crds flags when using helm v3 This PR adds a mechanism to detect if helm v3 is being used when the chart is rendered. If it is, it includes the `--include-crds` flag so that the CRDs are rendered as part of the YAML stream. Fixes #1023 # The commit message #2 will be skipped: # Remove version hack # The commit message #3 will be skipped: # Remove unneeded execSync options
This PR adds a mechanism to detect if helm v3 is being used when the chart is rendered. If it is, it includes the `--include-crds` flag so that the CRDs are rendered as part of the YAML stream. Fixes #1023
@mikhailshilkov can you take a look at the csharp SDK changes? |
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.
The C# code LGTM modulo two nits.
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.
One more fix, and then LGTM
You'll probably need to run another build and push the updated SDK |
This PR adds a mechanism to detect if helm v3 is being used when the
chart is rendered. If it is, it includes the
--include-crds
flag sothat the CRDs are rendered as part of the YAML stream.
Fixes #1023
Proposed changes
Related issues (optional)