fix(k8s-schemas): fix flags

This commit is contained in:
JJGadgets
2024-01-21 15:25:25 +08:00
parent f429a53d70
commit ddaf989a2a

View File

@@ -79,7 +79,7 @@ spec:
containers:
main:
image: *rcimg
args: ["serve", "http", "rgw:", "--read-only", "--no-modtime", "--vfs-cache-mode full", "--cache-dir /tmp/cache"]
args: ["serve", "http", "rgw:", "--read-only", "--no-modtime", "--vfs-cache-mode", "full", "--cache-dir", "/tmp/cache"]
envFrom:
- secretRef:
name: "k8s-schemas-rgw"