Skip to content

Commit e5604f4

Browse files
add missing kustomization
1 parent df5c2e7 commit e5604f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/unrest-sqlite/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ patches:
1313
value:
1414
name: "data"
1515
mountPath: "/pvc-data"
16-
readOnly: true
16+
readOnly: false
1717
- op: "add"
1818
path: "/spec/jobTemplate/spec/template/spec/volumes/-"
1919
value:
@@ -34,8 +34,8 @@ patches:
3434
path: "/spec/schedule"
3535
value: "0 2 * * *"
3636
- op: "test"
37-
path: "/spec/jobTemplate/spec/template/spec/containers/0/volumeMounts/2/name"
37+
path: "/spec/jobTemplate/spec/template/spec/containers/0/volumeMounts/3/name"
3838
value: "data"
3939
- op: "add"
40-
path: "/spec/jobTemplate/spec/template/spec/containers/0/volumeMounts/2/readOnly"
40+
path: "/spec/jobTemplate/spec/template/spec/containers/0/volumeMounts/3/readOnly"
4141
value: true

0 commit comments

Comments
 (0)