Skip to content

Commit 82ab670

Browse files
Prachi Yadavopenshift-cherrypick-robot
authored andcommitted
removed persistance
1 parent 86f48b8 commit 82ab670

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)