Skip to content

Commit 32859ca

Browse files
[CI] Use serviceAccountName over serviceAccount
serviceAccount as an attribute has been deprecated and thus Github ARC does not recognize it. This would mean that the service account we specified did not actually do anything. Specifying serviceAccountName makes things work as expected.
1 parent 8c943a2 commit 32859ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

premerge/linux_runners_values.yaml

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

premerge/windows_2022_runner_values.yaml

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

0 commit comments

Comments
 (0)