Skip to content

Commit e129053

Browse files
committed
create -> apply
1 parent b29956d commit e129053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The ArangoDB operator needs to be installed in your Kubernetes
66
cluster first. To do so, clone this repository and run:
77

88
```bash
9-
kubectl create -f manifests/arango-operator.yaml
9+
kubectl apply -f manifests/arango-operator.yaml
1010
```
1111

1212
## Cluster creation
@@ -17,7 +17,7 @@ by creating a custom resource and deploying it.
1717
For example:
1818

1919
```bash
20-
kubectl create -f examples/simple-cluster.yaml
20+
kubectl apply -f examples/simple-cluster.yaml
2121
```
2222

2323
## Cluster removal

0 commit comments

Comments
 (0)