-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement(k8s): allow volume mounts in runners
If a `kubernetes-pod` Run or Test includes `volumeMounts` on the first container in its `podSpec`, we now include this in the runner pod. Previously, we omitted the `volumeMounts` field from the first container in the (optional) user-supplied `podSpec` field. This is because the relevant code assumed `container` Runs/Tests—it's now appropriate for `container` and `kubernetes-pod` Runs/Tests.
- Loading branch information
Showing
2 changed files
with
68 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters