Skip to content

Commit c186962

Browse files
committed
chore(database): fix storage run error
1 parent f987e2f commit c186962

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/database/templates/database-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
args:
3232
- netcat
3333
- -v
34-
- -u
34+
- -g
3535
- $(DRYCC_STORAGE_HEALTH)
3636
{{- include "database.envs" . | indent 8 }}
3737
containers:

contrib/ci/test-storage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ STORAGE_JOB=$(docker run -d \
2727
-e DRYCC_STORAGE_ACCESSKEY=$s3Accesskey \
2828
-e DRYCC_STORAGE_SECRETKEY=$s3Secretkey \
2929
-v "${CURRENT_DIR}"/tmp/bin:/tmp/bin \
30-
"${DEV_REGISTRY}"/drycc/storage:canary server /data/)
30+
"${DEV_REGISTRY}"/drycc/storage:canary minio server /data/)
3131

3232
puts-step "storage starting, wait 30s."
3333
sleep 30

0 commit comments

Comments
 (0)