From 376e03d5f5db13a70489234bbc10c4e68fcf1f30 Mon Sep 17 00:00:00 2001 From: Philip Zingmark <112874974+Phillezi@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:15:03 +0200 Subject: [PATCH] Update README.md Fix storage directory typo? --- scripts/local/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/local/README.md b/scripts/local/README.md index 8e239a3a..baecbaba 100644 --- a/scripts/local/README.md +++ b/scripts/local/README.md @@ -43,7 +43,7 @@ The following services will be installed in the Kubernetes cluster: ### Storage -The setup script creates a local directory `$HOME/go-deploy-storage/go-deploy-dev` to store the data for the NFS server. +The setup script creates a local directory `$HOME/go-deploy-data/go-deploy-dev` to store the data for the NFS server. This is done using a mix of manually provisioning the storage and using the NFS CSI driver to create a PersistentVolumeClaim.