Skip to content

Remove false warnings when deploying multiple releases#3470

Merged
dgageot merged 1 commit intoGoogleContainerTools:masterfrom
dgageot:fix-3452
Jan 8, 2020
Merged

Remove false warnings when deploying multiple releases#3470
dgageot merged 1 commit intoGoogleContainerTools:masterfrom
dgageot:fix-3452

Conversation

@dgageot
Copy link
Copy Markdown
Contributor

@dgageot dgageot commented Jan 2, 2020

Fixes #3452

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 2, 2020

Codecov Report

Merging #3470 into master will not change coverage.
The diff coverage is 100%.

Impacted Files Coverage Δ
pkg/skaffold/deploy/helm.go 78.75% <100%> (ø) ⬆️

Copy link
Copy Markdown
Contributor

@nkubala nkubala left a comment

Choose a reason for hiding this comment

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

LGTM

nsMap := map[string]struct{}{}
valuesSet := map[string]bool{}

// Deploy every releases
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: s/releases/release

@dgageot dgageot merged commit 66c4334 into GoogleContainerTools:master Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

False warnings when building multiple artifacts and deploying with helm

3 participants