Skip to content

Commit 63f11cf

Browse files
modify the contribution guidelines
1 parent 840ef98 commit 63f11cf

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Contributing.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ make manifests
1919
make docker-build docker-push
2020
```
2121

22-
## Deploy to cluster
22+
## Deploy Controller to cluster
2323
```
2424
make deploy
25+
```
26+
27+
## Run a sample mysqlInstance example
28+
```
29+
kubectl apply -f mysql_instance_example.yaml
2530
```

0 commit comments

Comments
 (0)