Skip to content

Commit

Permalink
fix minioKubeblocksPassword env error
Browse files Browse the repository at this point in the history
  • Loading branch information
nowinkeyy committed Oct 16, 2024
1 parent 5b27a38 commit ff2b033
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/objectstorage/Kubefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ ENV minioStorageSize=${minioStorageSize:-1Gi}
ENV promStorageSize=${promStorageSize:-1Gi}
ENV minioAdminUser=${minioAdminUser:-"username"}
ENV minioAdminPassword=${minioAdminPassword:-"passw0rd"}
ENV minioKubeblocksPassword=${minioAdminPassword:-"kubeblocks"}
ENV minioKubeblocksPassword=${minioKubeblocksPassword:-"kubeblocks"}

CMD ["bash scripts/init.sh"]
8 changes: 7 additions & 1 deletion deploy/objectstorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## version

date: 2024.9.10
### date: 2024.10.16

log: fix minioKubeblocksPassword env error

### date: 2024.9.10

log: update controller and frontend image

## components

Expand Down

0 comments on commit ff2b033

Please sign in to comment.