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

Ignore empty manifests #538

Merged
merged 1 commit into from May 11, 2018

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented May 9, 2018

Fixes #499

Signed-off-by: David Gageot david@gageot.net

Copy link
Contributor

@dlorenc dlorenc left a comment

Choose a reason for hiding this comment

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

One logging nit.

@@ -208,6 +208,8 @@ func (k *KubectlDeployer) readManifests() (manifestList, error) {
manifests = append(manifests, manifest)
}

logrus.Debugln(manifests.String())
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: could you add a bit of context to these log statements so they're more useful later?

Fixes GoogleContainerTools#499

Signed-off-by: David Gageot <david@gageot.net>
@dgageot dgageot merged commit d0479f9 into GoogleContainerTools:master May 11, 2018
@dgageot dgageot deleted the ignore-empty-manifests branch May 29, 2018 04:49
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