Skip to content

Commit

Permalink
change admin to username (#4557)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowinkeyy committed Mar 5, 2024
1 parent a1b7993 commit 9110ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/objectstorage/Kubefile
Expand Up @@ -8,7 +8,7 @@ ENV cloudDomain=${cloudDomain:-"127.0.0.1.nip.io"}
ENV cloudPort=""
ENV minioStorageSize=${minioStorageSize:-1Gi}
ENV promStorageSize=${promStorageSize:-1Gi}
ENV minioAdminUser=${minioAdminUser:-"admin"}
ENV minioAdminUser=${minioAdminUser:-"username"}
ENV minioAdminPassword=${minioAdminPassword:-"passw0rd"}

CMD ["bash scripts/init.sh"]

0 comments on commit 9110ede

Please sign in to comment.