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 86f48b8 commit 82ab670Copy full SHA for 82ab670
jenkinsfiles/SubmarinerAgentPod.yaml
@@ -38,11 +38,11 @@ spec:
38
requests:
39
cpu: 2000m
40
memory: 3Gi
41
- # volumeMounts:
42
- # - name: skynet-data
43
- # mountPath: '/var/skynet-data'
44
- # readOnly: false
45
- # volumes:
46
47
- # persistentVolumeClaim:
48
- # claimName: skynet-workspace
+ volumeMounts:
+ - name: skynet-data
+ mountPath: '/var/skynet-data'
+ readOnly: false
+ volumes:
+ persistentVolumeClaim:
+ claimName: skynet-workspace
0 commit comments