-
Notifications
You must be signed in to change notification settings - Fork 291
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
Rename kubeops to botkube #5
Conversation
README.md
Outdated
|
||
## Configuration | ||
Kubeops reads configurations from `kubeopsconfig.yaml` file placed at `KUBEOPS_CONFIG_PATH` | ||
Kubeops reads configurations from `botkubeconfig.yaml` file placed at `KUBEOPS_CONFIG_PATH` |
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.
Rename file to config.yaml
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.
Add link to file in README
@@ -3,10 +3,10 @@ package main | |||
import ( |
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.
Rename file folder to botkube. As cmd is for botkube
pkg/execute/executor.go
Outdated
@@ -36,7 +36,7 @@ var kubectlBinary = "/usr/local/bin/kubectl" | |||
const ( | |||
notifierStopMsg = "Brace yourselves, notifications are coming." | |||
notifierStartMsg = "Sure! I won't send you notifications anymore." |
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.
wrong start and stop message
563ba2b
to
2a09378
Compare
2a09378
to
f6a389a
Compare
Fixes #4