Skip to content

Commit 79bd4e5

Browse files
openshift-cherrypick-robotPrachi Yadav
and
Prachi Yadav
authored
added persistance volume (#790)
Co-authored-by: Prachi Yadav <pyadav@pyadav-thinkpadt14gen5.rmtin.csb>
1 parent 0e72541 commit 79bd4e5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

jenkinsfiles/SubmarinerAgentPod.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ spec:
3838
requests:
3939
cpu: 2000m
4040
memory: 3Gi
41-
# volumeMounts:
42-
# - name: skynet-data
43-
# mountPath: '/var/skynet-data'
44-
# readOnly: false
45-
# volumes:
46-
# - name: skynet-data
47-
# persistentVolumeClaim:
48-
# claimName: skynet-workspace
41+
volumeMounts:
42+
- name: skynet-data
43+
mountPath: '/var/skynet-data'
44+
readOnly: false
45+
volumes:
46+
- name: skynet-data
47+
persistentVolumeClaim:
48+
claimName: skynet-workspace

0 commit comments

Comments
 (0)