Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit 4c69344

Browse files
authored
deploy,tmp,README.md: remove old files and update readme (#39)
* deploy,tmp: remove old files * README.md: update some kubectl commands
1 parent 60659ad commit 4c69344

File tree

4 files changed

+4
-18
lines changed

4 files changed

+4
-18
lines changed

memcached-operator/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ Then, configure the testing environment:
8585

8686
```
8787
$ export NAMESPACE="my-test"
88-
$ kubectl create deploy/crd.yaml -n $NAMESPACE
89-
$ kubectl create deploy/sa.yaml -n $NAMESPACE
90-
$ kubectl create deploy/rbac.yaml -n $NAMESPACE
88+
$ kubectl create deploy/crds/cache_v1alpha1_memcached_crd.yaml -n $NAMESPACE
89+
$ kubectl create deploy/service_account.yaml -n $NAMESPACE
90+
$ kubectl create deploy/role.yaml -n $NAMESPACE
91+
$ kubectl create deploy/role_binding.yaml -n $NAMESPACE
9192
```
9293

9394
Finally, run the tests:

memcached-operator/deploy/sa.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

memcached-operator/tmp/build/go-test.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

memcached-operator/tmp/build/test-framework/Dockerfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)