aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchemicstry <chemicstry@gmail.com>2022-06-20 16:02:53 +0300
committerMaximilien R <maximilien@deuxfleurs.fr>2022-09-30 18:46:57 +0200
commitfa52558ca12573763bea392f9b44f71d3a6bb457 (patch)
tree2c3cfa9b5908e3b8faa424811182008ac508806d
parent131cc2532b13acfb90d38e04c5dac5fa9cd3cb0e (diff)
downloadgarage-fa52558ca12573763bea392f9b44f71d3a6bb457.tar.gz
garage-fa52558ca12573763bea392f9b44f71d3a6bb457.zip
Add configuration instructions to README
-rw-r--r--script/helm/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/script/helm/README.md b/script/helm/README.md
index 715cbab1..925d51ce 100644
--- a/script/helm/README.md
+++ b/script/helm/README.md
@@ -16,6 +16,12 @@ With custom values:
helm install --create-namespace --namespace garage garage ./garage -f values.override.yaml
```
+After deploying, cluster layout must be configured manually as per garage's documentation. Use the following command to access garage CLI:
+
+```bash
+kubectl exec --stdin --tty -n garage garage-0 -- ./garage status
+```
+
## Overriding default values
All possible configuration values can be found in [values.yaml](garage/values.yaml).