mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 02:18:24 +00:00
fix(k8s-schemas): fix flags
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user