feat: allow for modifying var-run mount maximum size limit (#2624)

This commit is contained in:
Daniel Hobley
2023-05-27 04:47:23 +02:00
committed by GitHub
parent 32a653c0ca
commit 90ea691e72
12 changed files with 86 additions and 2 deletions

View File

@@ -55,6 +55,12 @@ spec:
type: integer
dockerRegistryMirror:
type: string
dockerVarRunVolumeSizeLimit:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
dockerdWithinRunnerContainer:
type: boolean
effectiveTime: