Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 077a6e6

Browse files
committed
Add namespace to TAS Service Account
Avoids failures when applying the TAS Service Account through ClusterResourceSet. Relevant error message was: "failed to create object /v1, Kind=ServiceAccount /telemetry-aware-scheduling-service-account: an empty namespace may not be set during creation". Signed-off-by: criscola <[email protected]>
1 parent 1be23ba commit 077a6e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

telemetry-aware-scheduling/deploy/tas-rbac-accounts.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ rules:
3434
apiVersion: v1
3535
kind: ServiceAccount
3636
metadata:
37-
name: telemetry-aware-scheduling-service-account
37+
name: telemetry-aware-scheduling-service-account
38+
namespace: default

0 commit comments

Comments
 (0)