Update Readme.md

This commit is contained in:
Mike Brachmann 2019-02-13 12:40:43 -05:00
parent 0f1d55dcb6
commit 01658f9b24

View file

@ -34,7 +34,7 @@ microk8s.enable dns dashboard
Once your cluster is ready, get the [yaml file](https://vizierdb.info/assets/vizier-deployment.yaml) for deploying Vizier and make the following adjustments:
- update the host paths for the persistant volumes if you would like them somewhere other than /mnt/ (YAML Line 15, 28, 41, 310)
- update the host paths for the persistent volumes if you would like them somewhere other than /mnt/ (YAML Line 15, 28, 41, 310)
- update the s3-credentials secret with your S3 access key id and secret - base64 encode them first: (YAML Line 330, 331)
```sh
echo "YOUR-S3-ACCESS-KEY-ID" | base64