Skip to content

Commit

Permalink
fix minio init error (labring#4555)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowinkeyy authored and zjy365 committed Mar 6, 2024
1 parent 9e2a978 commit 2fc3b68
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 2fc3b68

Please sign in to comment.