Skip to content

Commit aae31de

Browse files
committed
README updates, removing kubectl apply -f crd.yaml
1 parent d3ccc4f commit aae31de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.0/k
4949
## Installation of latest release using Kubectl
5050

5151
```bash
52-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.0/manifests/crd.yaml
5352
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.0/manifests/arango-deployment.yaml
5453
# To use `ArangoLocalStorage`, also run
5554
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.0/manifests/arango-storage.yaml
@@ -61,7 +60,6 @@ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.0/
6160

6261
```bash
6362
DOCKERNAMESPACE=<your dockerhub account> make
64-
kubectl apply -f manifests/crd.yaml
6563
kubectl apply -f manifests/arango-deployment-dev.yaml
6664
# To use `ArangoLocalStorage`, also run
6765
kubectl apply -f manifests/arango-storage-dev.yaml

0 commit comments

Comments
 (0)