diff --git a/salt/profile/minio/files/default b/salt/profile/minio/files/default index df1faa5..369c8a9 100644 --- a/salt/profile/minio/files/default +++ b/salt/profile/minio/files/default @@ -6,6 +6,6 @@ MINIO_VOLUMES=/data # Root credentials for the server. # Uncomment both lines before starting the server. MINIO_ROOT_USER=heroes -MINIO_ROOT_PASSWORD={{ pillar['profile']['minio']['hereoes_password'] }} +MINIO_ROOT_PASSWORD={{ pillar['profile']['minio']['heroes_password'] }} MINIO_OPTS="--certs-dir /etc/minio/certs"