Skip to content

Commit 1d27130

Browse files
[CI] Fix Buildbot Service Account Name
The buildbot service account name was incorrect for the windows role binding.
1 parent 1ed43fb commit 1d27130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premerge/premerge_resources/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ resource "kubernetes_role_binding" "windows_2022_buildbot_role_binding" {
368368

369369
subject {
370370
kind = "ServiceAccount"
371-
name = "buildbot-service-account"
371+
name = "buildbot-ksa"
372372
namespace = "llvm-premerge-windows-2022-buildbot"
373373
}
374374

0 commit comments

Comments
 (0)