From 01658f9b241210cb4c697d9f580395e296b212bd Mon Sep 17 00:00:00 2001 From: Mike Brachmann Date: Wed, 13 Feb 2019 12:40:43 -0500 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d709a52..31c4685 100644 --- a/Readme.md +++ b/Readme.md @@ -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