-
Notifications
You must be signed in to change notification settings - Fork 102
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
Better message when installing instance of given name #454
Conversation
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.
kind of dependent on the lowercase PR #453 right?
} | ||
} | ||
|
||
} else { | ||
return fmt.Errorf("can not install Instance %s of operator %s-%s because instance of that name already exists in namespace %s", | ||
return fmt.Errorf("can not install instance '%s' of operator '%s-%s' because instance of that name already exists in namespace %s", |
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.
s/can not/cannot/
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
merge conflict resolved... waiting on tests |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Improves the message by printing out instance name.
Which issue(s) this PR fixes:
Fixes #452
Special notes for your reviewer:
Does this PR introduce a user-facing change?: