Skip to content

Commit 3d17f82

Browse files
christophennepmig
andauthored
chore: update helm install command (#64)
Co-authored-by: Philip Miglinci <[email protected]>
1 parent 73809b3 commit 3d17f82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/docs/self-hosting/kubernetes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ To install Distr in Kubernetes, simply run:
1111
```shell
1212
helm upgrade --install --wait --namespace distr --create-namespace \
1313
distr oci://ghcr.io/glasskube/charts/distr \
14-
--set postgresql.enabled=true
14+
--set postgresql.enabled=true --set minio.enabled=true
1515
```
1616

17-
For all available configuration values, please consult the reference
18-
[values.yaml](https://github.com/glasskube/distr/blob/main/deploy/charts/distr/values.yaml) file.
17+
For a quick testing setup, you don't have to modify the values. However, if you intend to use distr in production, please revisit all available configuration values and adapt them accordingly.
18+
You can find them in the reference [values.yaml](https://artifacthub.io/packages/helm/distr/distr?modal=values) file.

0 commit comments

Comments
 (0)