Add secret to overrides

This commit is contained in:
chemicstry 2022-06-20 16:08:41 +03:00 committed by Maximilien R
parent fa52558ca1
commit d0f08c254e

View file

@ -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