Skip to content

Commit

Permalink
fix minio init error
Browse files Browse the repository at this point in the history
  • Loading branch information
nowinkeyy committed Mar 5, 2024
1 parent 1358c41 commit 25b86af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/objectstorage/scripts/minio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function init_minio() {
mc admin user add objectstorage testuser sealos2023
mc admin group add objectstorage userNormal testuser
mc admin group add objectstorage userDenyWrite testuser
mc admin user remove objectstorage testuser
mc admin policy attach objectstorage userNormal --group userNormal
mc admin policy attach objectstorage userDenyWrite --group userDenyWrite
mc admin policy attach objectstorage kubeblocks --user kubeblocks
Expand Down

0 comments on commit 25b86af

Please sign in to comment.