Skip to content

Commit 8c943a2

Browse files
[CI] Add service accounts to runner pods
This patch attaches the previously setup service accounts to the runner pods so that they actually have permission to read/write the buckets.
1 parent 1e65cb0 commit 8c943a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

premerge/linux_runners_values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ template:
1111
annotations:
1212
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
1313
spec:
14+
serviceAccount: linux-runners-ksa
1415
tolerations:
1516
- key: "premerge-platform"
1617
operator: "Equal"

premerge/windows_2022_runner_values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ template:
1111
annotations:
1212
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
1313
spec:
14+
serviceAccount: windows-runners-ksa
1415
tolerations:
1516
- key: "node.kubernetes.io/os"
1617
operator: "Equal"

0 commit comments

Comments
 (0)