-
Notifications
You must be signed in to change notification settings - Fork 38
✨ Add e2e test to install and validate a Helm chart on a workload cluster #171
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
Conversation
/assign @mboersma |
c3a9463
to
f91857a
Compare
test/e2e/helm_test.go
Outdated
}) | ||
}) | ||
|
||
// TODO: try to update Helm values and expect revision |
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.
IMHO we should implement any // TODO
s or remove them from code and put into a GitHub issue if they represent future work.
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 was initially planning on putting it in this PR, which is why it was a TODO. But since this PR is getting rather large, I'll leave it out and open a new issue.
f91857a
to
d33d8d1
Compare
/hold Since I need to squash |
@mboersma Responded to comments and also added a bit more to clean up the workload cluster after the test. Once you LGTM I can squash. |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jont828, mboersma The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7c0af28
to
d00fcd9
Compare
/lgtm |
/hold cancel |
What this PR does / why we need it: Adds a test spec to install any Helm chart on a workload cluster and make sure that it the HelmReleaseProxy ready condition is true and that the Helm release status is deployed.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #172