1
0
Fork 0

cluster/kube/k0: fix syntax errors

This happened in 793ca1b3 and slipped past review.

Change-Id: Ie31f0e1ec03d6e4545d6683b21f528550bf4ef9f
master
q3k 2021-03-17 21:47:29 +00:00
parent 408d544898
commit 64de7afe32
1 changed files with 4 additions and 4 deletions

View File

@ -100,12 +100,12 @@ local rook = import "lib/rook.libsonnet";
resources: {
osd: {
requests: {
cpu: "2"
memory: "6G"
cpu: "2",
memory: "6G",
},
limits: {
cpu: "2"
memory: "8G"
cpu: "2",
memory: "8G",
},
},