Skip to content

Commit

Permalink
[installer] Add MINIO_SKIP_CLIENT=yes to minio
Browse files Browse the repository at this point in the history
This skips MinIO client configuration in the minio container. The client configuration leads to a crash loop on air-gap installations and since we don't use the minio client in Gitpod we simply skip the client configuration.

/werft no-preview
  • Loading branch information
corneliusludmann authored and roboquat committed Feb 17, 2022
1 parent ce70183 commit 064837a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/installer/third_party/charts/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ minio:
resources:
requests:
# defaults to 4GB, set to 2GB to be able to start on smaller instances
memory: 2G
memory: 2G
extraEnvVars:
- name: MINIO_SKIP_CLIENT
value: "yes"

0 comments on commit 064837a

Please sign in to comment.