From aae31de9dcbd0945c35da21f9e71ef9baa29b201 Mon Sep 17 00:00:00 2001 From: Ewout Prangsma Date: Thu, 20 Sep 2018 11:55:55 +0200 Subject: [PATCH] README updates, removing `kubectl apply -f crd.yaml` --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 213aade4a..ed9e468c4 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,6 @@ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.0/k ## Installation of latest release using Kubectl ```bash -kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.0/manifests/crd.yaml kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/0.3.0/manifests/arango-deployment.yaml # To use `ArangoLocalStorage`, also run 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/ ```bash DOCKERNAMESPACE= make -kubectl apply -f manifests/crd.yaml kubectl apply -f manifests/arango-deployment-dev.yaml # To use `ArangoLocalStorage`, also run kubectl apply -f manifests/arango-storage-dev.yaml