Skip to content

Commit

Permalink
Add namespace to TAS Service Account
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
criscola committed Sep 23, 2022
1 parent 1be23ba commit 077a6e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion telemetry-aware-scheduling/deploy/tas-rbac-accounts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ rules:
apiVersion: v1
kind: ServiceAccount
metadata:
name: telemetry-aware-scheduling-service-account
name: telemetry-aware-scheduling-service-account
namespace: default

0 comments on commit 077a6e6

Please sign in to comment.