forked from Deuxfleurs/garage
Add secret to overrides
This commit is contained in:
parent
fa52558ca1
commit
d0f08c254e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue