Skip to content

Commit

Permalink
Disable minio by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Jan 26, 2024
1 parent 37abf9e commit 6205f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zammad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This directory contains a Kubernetes chart to deploy [Zammad](https://zammad.org
This chart will do the following:

- Install Zammad statefulset
- Install Elasticsearch, Memcached, PostgreSQL, Redis & Minio as requirements
- Install Elasticsearch, Memcached, PostgreSQL, Redis & Minio (optional) as requirements

## Installing the Chart

Expand Down
2 changes: 1 addition & 1 deletion zammad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ zammadConfig:

minio:
# enable/disable minio chart dependency
enabled: true
enabled: false

#
# externalS3Url: https://user:pw@external-minio-service/bucket
Expand Down

0 comments on commit 6205f22

Please sign in to comment.