-
Notifications
You must be signed in to change notification settings - Fork 888
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
Helm 3 support #195
Helm 3 support #195
Conversation
tvoran
commented
Feb 3, 2020
•
edited
Loading
edited
- unit tests passing
- acceptance tests passing
Staying with v1 for now, the testing instructions are already in CONTRIBUTING.md, and updating the helm install script url.
Updated injector tests and fixed other unit tests that were failing with helm 3. Following the `|| echo "---")` pattern for tests that generate empty yaml.
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.
Looks great!
@tvoran I think you need to bump the Chart API version to v2 as well. |
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.
Tiny addition but it's globally a good job! Thanks 🙏
@@ -1,4 +1,4 @@ | |||
apiVersion: v1 | |||
apiVersion: v2 | |||
name: vault |
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.
name: vault | |
name: vault | |
type: application |
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.
Thanks for the review! I think we'll leave this out for now since it looks like application
is the default.
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.
🙏
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, thanks @tvoran !
Update chart and tests to Helm 3 Co-authored-by: Matt Piekunka <[email protected]> Co-authored-by: Mike Brancato <[email protected]>