-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Set statuscheck to false. #2499
Conversation
cmd/skaffold/app/cmd/flags.go
Outdated
@@ -66,7 +66,7 @@ var FlagRegistry = []Flag{ | |||
Shorthand: "n", | |||
Usage: "Run deployments in the specified namespace", | |||
Value: &opts.Namespace, | |||
DefValue: "", | |||
DefValue: "default", |
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.
let's separate this out to a different PR with tests and everything, I'm not sure about that this is what we want to do (we might but I need a bit more time to think it through).
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.
more thought around this: there is a difference between leaving it empty and letting the resources determine their namespace vs enforcing default
.
…. This issue wont be seen
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
Codecov Report
|
Turn status-check false by default as a workaround for #2496 and #2495.