You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: venonactl/example/values-example.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -259,6 +259,16 @@
259
259
# requests:
260
260
# cpu: 200m
261
261
# memory: 500Mi
262
+
# userVolumeMounts: # will be set for dind pod and will be injcted for each container - https://codefresh.io/docs/docs/administration/codefresh-runner/#custom-volume-mounts
263
+
# my-test:
264
+
# name: test
265
+
# mountPath: /etc/ssl/cert
266
+
# readOnly: true
267
+
# userVolumes: # will be set for dind pod and will be injcted for each container - https://codefresh.io/docs/docs/administration/codefresh-runner/#custom-volume-mounts
0 commit comments