Skip to content

Commit

Permalink
change admin to username (labring#4557)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowinkeyy authored and zjy365 committed Mar 5, 2024
1 parent df258f2 commit 8beff34
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 8beff34

Please sign in to comment.