Skip to content

Commit 886576d

Browse files
prachiyadavPrachi Yadav
and
Prachi Yadav
authored
commented out persistance volume (#794)
Co-authored-by: Prachi Yadav <pyadav@pyadav-thinkpadt14gen5.rmtin.csb>
1 parent d4b3290 commit 886576d

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)