mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-07 10:27:41 +08:00
Expose volumeMounts and volumes in gha-runner-scale-set-controller (#3260)
This commit is contained in:
@@ -72,6 +72,10 @@ tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
# Mount volumes in the container.
|
||||
volumes: []
|
||||
volumeMounts: []
|
||||
|
||||
# Leverage a PriorityClass to ensure your pods survive resource shortages
|
||||
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
|
||||
# PriorityClass: system-cluster-critical
|
||||
|
||||
Reference in New Issue
Block a user