We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5c2e7 commit e5604f4Copy full SHA for e5604f4
infra/unrest-sqlite/kustomization.yaml
@@ -13,7 +13,7 @@ patches:
13
value:
14
name: "data"
15
mountPath: "/pvc-data"
16
- readOnly: true
+ readOnly: false
17
- op: "add"
18
path: "/spec/jobTemplate/spec/template/spec/volumes/-"
19
@@ -34,8 +34,8 @@ patches:
34
path: "/spec/schedule"
35
value: "0 2 * * *"
36
- op: "test"
37
- path: "/spec/jobTemplate/spec/template/spec/containers/0/volumeMounts/2/name"
+ path: "/spec/jobTemplate/spec/template/spec/containers/0/volumeMounts/3/name"
38
value: "data"
39
40
- path: "/spec/jobTemplate/spec/template/spec/containers/0/volumeMounts/2/readOnly"
+ path: "/spec/jobTemplate/spec/template/spec/containers/0/volumeMounts/3/readOnly"
41
value: true
0 commit comments