forked from Deuxfleurs/garage
Add configuration instructions to README
This commit is contained in:
parent
131cc2532b
commit
fa52558ca1
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ With custom values:
|
||||||
helm install --create-namespace --namespace garage garage ./garage -f values.override.yaml
|
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
|
## Overriding default values
|
||||||
|
|
||||||
All possible configuration values can be found in [values.yaml](garage/values.yaml).
|
All possible configuration values can be found in [values.yaml](garage/values.yaml).
|
||||||
|
|
Loading…
Reference in a new issue