Skip to content

Commit

Permalink
fix: onprem manglet tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Jun 20, 2023
1 parent baf39e9 commit 270b575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gcp/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func getOnpremClusters(ctx context.Context, project Project) ([]Cluster, error)
clusters = append(clusters, Cluster{
Name: project.Environment,
Endpoint: config.URL,
Tenant: "nav",
User: &User{
ServerID: config.ServerID,
ClientID: config.ClientID,
Expand Down

0 comments on commit 270b575

Please sign in to comment.