Customize the deployment
Improve this page by contributing to our documentation.
You can add extra environment variables (this is useful for advanced operations like custom init scripts), by using the extraEnv property as shown below where MINIO_HTTP_TRACE is the variable defined for setting debug logging.
extraEnv:
- name: MINIO_HTTP_TRACE
value: /opt/bitnami/minio/log/minio.log
Alternatively, you can use a ConfigMap or a Secret with the environment variables. To do so, use the extraEnvVarsCM or the extraEnvVarsSecret values.