1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

Merge pull request #407 from arangodb/readme

Updated make command in README.
This commit is contained in:
Max Neunhöffer 2019-06-24 22:40:38 +02:00 committed by GitHub
commit 45a2ef2d58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11/
## Building
```bash
DOCKERNAMESPACE=<your dockerhub account> make
DOCKERNAMESPACE=<your dockerhub account> make allall
kubectl apply -f manifests/arango-deployment-dev.yaml
# To use `ArangoLocalStorage`, also run
kubectl apply -f manifests/arango-storage-dev.yaml