We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f987e2f commit c186962Copy full SHA for c186962
2 files changed
charts/database/templates/database-deployment.yaml
@@ -31,7 +31,7 @@ spec:
31
args:
32
- netcat
33
- -v
34
- - -u
+ - -g
35
- $(DRYCC_STORAGE_HEALTH)
36
{{- include "database.envs" . | indent 8 }}
37
containers:
contrib/ci/test-storage.sh
@@ -27,7 +27,7 @@ STORAGE_JOB=$(docker run -d \
27
-e DRYCC_STORAGE_ACCESSKEY=$s3Accesskey \
28
-e DRYCC_STORAGE_SECRETKEY=$s3Secretkey \
29
-v "${CURRENT_DIR}"/tmp/bin:/tmp/bin \
30
- "${DEV_REGISTRY}"/drycc/storage:canary server /data/)
+ "${DEV_REGISTRY}"/drycc/storage:canary minio server /data/)
puts-step "storage starting, wait 30s."
sleep 30
0 commit comments