Skip to content

Commit

Permalink
Merge branch 'labring:main' into fix-kubepanel-kubefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lingdie authored Mar 5, 2024
2 parents 5d83f44 + 9110ede commit 28261c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/objectstorage/Kubefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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 28261c7

Please sign in to comment.