Fix missing variables

This commit is contained in:
Matthias Geier 2021-08-11 10:11:14 +02:00
parent 59c758c684
commit 76fb14ee42

View File

@ -32,9 +32,9 @@ minio_server_env_extra: ""
# Additional Minio server CLI options # Additional Minio server CLI options
minio_server_opts: "" minio_server_opts: ""
# Minio access and secret keys # Minio root user credentials
minio_access_key: "" minio_root_user: ""
minio_secret_key: "" minio_root_password: ""
# Switches to enable/disable the Minio server and/or Minio client installation. # Switches to enable/disable the Minio server and/or Minio client installation.
minio_install_server: true minio_install_server: true