aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchemicstry <chemicstry@gmail.com>2022-06-20 16:08:41 +0300
committerMaximilien R <maximilien@deuxfleurs.fr>2022-09-30 18:46:57 +0200
commitd0f08c254e3cc996dbf3d565df9ff2c89e15c639 (patch)
tree8796d9269363c2caa09886b0abfc484474ae2868
parentfa52558ca12573763bea392f9b44f71d3a6bb457 (diff)
downloadgarage-d0f08c254e3cc996dbf3d565df9ff2c89e15c639.tar.gz
garage-d0f08c254e3cc996dbf3d565df9ff2c89e15c639.zip
Add secret to overrides
-rw-r--r--script/helm/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/script/helm/README.md b/script/helm/README.md
index 925d51ce..b7a3a35b 100644
--- a/script/helm/README.md
+++ b/script/helm/README.md
@@ -29,6 +29,10 @@ All possible configuration values can be found in [values.yaml](garage/values.ya
This is an example `values.overrride.yaml` for deploying in a microk8s cluster with a https s3 api ingress route:
```yaml
+garage:
+ # Make sure to generate a new secret for your deployment
+ rpcSecret: "1799bccfd7411eddcf9ebd316bc1f5287ad12a68094e1c6ac6abde7e6feae1ec"
+
# Start 4 instances (StatefulSets) of garage
replicaCount: 4