Skip to content

Commit 5f9badb

Browse files
author
Prachi Yadav
committed
commented out persistance volume
1 parent d4b3290 commit 5f9badb

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)