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 5, 2024
1 parent 83802db commit 2b431e0
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 2b431e0

Please sign in to comment.