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:
commit
45a2ef2d58
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ helm install https://github.com/arangodb/kube-arangodb/releases/download/0.3.11/
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
DOCKERNAMESPACE=<your dockerhub account> make
|
DOCKERNAMESPACE=<your dockerhub account> make allall
|
||||||
kubectl apply -f manifests/arango-deployment-dev.yaml
|
kubectl apply -f manifests/arango-deployment-dev.yaml
|
||||||
# To use `ArangoLocalStorage`, also run
|
# To use `ArangoLocalStorage`, also run
|
||||||
kubectl apply -f manifests/arango-storage-dev.yaml
|
kubectl apply -f manifests/arango-storage-dev.yaml
|
||||||
|
|
Loading…
Reference in a new issue