Skip to content

Commit

Permalink
change MINIO_ROOT_USERNAME to MINIO_ROOT_USER (atosatto#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-schmid authored Aug 29, 2021
1 parent db00b40 commit ac43121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/minio.env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MINIO_OPTS="--address {{ minio_server_addr }} {{ minio_server_opts }}"

{% if minio_access_key %}
# Access Key of the server.
MINIO_ROOT_USERNAME="{{ minio_root_username }}"
MINIO_ROOT_USER="{{ minio_root_username }}"
{% endif %}
{% if minio_secret_key %}
# Secret key of the server.
Expand Down

0 comments on commit ac43121

Please sign in to comment.