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

Updates label for daemonset checks from 'app' to less generic 'kh', f… #723

Merged
merged 3 commits into from
Nov 6, 2020

Conversation

zjhans
Copy link
Collaborator

@zjhans zjhans commented Nov 6, 2020

…ix for #685

@@ -236,7 +236,7 @@ func reportOKToKuberhealthy() {
func reportToKuberhealthy(ok bool, errs []string) {
var err error
if ok {
err = kh.ReportSuccess()
err := kh.ReportSuccess()
Copy link
Collaborator

Choose a reason for hiding this comment

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

this isn't needed? can just be =

Copy link
Collaborator

@joshulyne joshulyne left a comment

Choose a reason for hiding this comment

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

lgtm! thanks for taking on all these issues 👍

@zjhans zjhans linked an issue Nov 6, 2020 that may be closed by this pull request
@zjhans zjhans merged commit a272de7 into master Nov 6, 2020
@zjhans zjhans deleted the daemonset-tag-fix branch November 6, 2020 20:48
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.

Avoid using generic labels in checks [daemonset-check]
2 participants