You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# slack-operator
2
+
2
3
Kubernetes operator for Slack
3
4
4
5
## About
@@ -35,17 +36,20 @@ data:
35
36
36
37
- Make sure that [certman](https://cert-manager.io/) is deployed in your cluster since webhooks require certman to generate valid certs since webhooks serve using HTTPS
[Operator-sdk v1.0.0](https://github.com/operator-framework/operator-sdk/releases/tag/v1.0.0) is required for local development.
52
+
[Operator-sdk v1.0.1](https://github.com/operator-framework/operator-sdk/releases/tag/v1.0.1) is required for local development.
49
53
50
54
1. Create `slack-secret` secret
51
55
2. Run `make run ENABLE_WEBHOOKS=false WATCH_NAMESPACE=default OPERATOR_NAMESPACE=default` where `WATCH_NAMESPACE` denotes the namespaces that the operator is supposed to watch and `OPERATOR_NAMESPACE` is the namespace in which it's supposed to be deployed.
@@ -56,9 +60,11 @@ $ oc apply -f bundle/manifests
56
60
## Running Tests
57
61
58
62
### Pre-requisites:
63
+
59
64
1. Create a namespace with the name `test`
60
65
2. Create `slack-secret` secret in test namespace
61
66
62
67
### To run tests:
68
+
63
69
Use the following command to run tests:
64
70
`make test OPERATOR_NAMESPACE=test USE_EXISTING_CLUSTER=true`
0 commit comments