Skip to content

Commit

Permalink
Merge pull request #32882 from nawazkh/capz_tests_with_wi
Browse files Browse the repository at this point in the history
add service account to the preset with workload ID
  • Loading branch information
k8s-ci-robot authored Jul 1, 2024
2 parents 63170bb + 3427474 commit 4e1b789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ presets:
value: "097f89a0-9286-43d2-9a1a-08f1d49b1af8"
- name: AZURE_FEDERATED_TOKEN_FILE
value: "/var/run/secrets/azure-token/serviceaccount/token"
- name: PROW_SERVICE_ACCOUNT
value: "prowjob-default-sa"
volumes:
- name: azure-token
projected:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ presubmits:
branches:
- ^main$
spec:
serviceAccountName: $(PROW_SERVICE_ACCOUNT)
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240625-1dde27f6a9-1.29
command:
Expand Down

0 comments on commit 4e1b789

Please sign in to comment.