Skip to content
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

Update helm module and link post renderer. #1677

Merged
merged 1 commit into from Apr 20, 2020
Merged

Conversation

absoludity
Copy link
Contributor

Uses the post renderer currently without any secrets (which results in a no-op for the postrenderer).

I had to update to helm 3.1.2 to use the postrenderer arg. Unrelated, but 3.1.2 had a change which updated the helm Memory driver to be namespace aware, which required a few changes to existing test suits.

Ref: #1617

@@ -182,7 +182,6 @@ func TestActions(t *testing.T) {
Description: "Get a simple release",
ExistingReleases: []*release.Release{
createRelease("foo", "foobar", "default", 1, release.StatusDeployed),
createRelease("oof", "oofbar", "dev", 1, release.StatusDeployed),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you need to delete these or it was just for debugging purposes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was useless now that the memory driver is namespace aware, since it is never seen by the test (unless you explicitly changed the namespace to "dev").

@absoludity absoludity merged commit c125d3f into master Apr 20, 2020
@absoludity absoludity deleted the link-postrenderer branch April 20, 2020 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants