From 270b5758de16534f875dfafcd85bdf5f9f8f3686 Mon Sep 17 00:00:00 2001 From: Kyrre Havik Date: Tue, 20 Jun 2023 10:37:15 +0200 Subject: [PATCH] fix: onprem manglet tenant --- pkg/gcp/cluster.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/gcp/cluster.go b/pkg/gcp/cluster.go index dd00986..8443ed6 100644 --- a/pkg/gcp/cluster.go +++ b/pkg/gcp/cluster.go @@ -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,