Skip to content

Commit

Permalink
Update internal/reconcilers/google/gcp/reconciler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Krampl <[email protected]>
  • Loading branch information
Muni10 and thokra-nav authored Nov 26, 2024
1 parent bf88de5 commit be472c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/reconcilers/google/gcp/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ func WithGcpServices(gcpServices *GcpServices) OptFunc {
}

func New(ctx context.Context, clusters gcp.Clusters, serviceAccountEmail, tenantDomain, tenantName, cnrmRoleName, billingAccount string, clusterAlias map[string]string, flags config.FeatureFlags, opts ...OptFunc) (reconcilers.Reconciler, error) {
if clusterAlias == nil {
clusterAlias = make(map[string]string)
}
r := &googleGcpReconciler{
billingAccount: billingAccount,
clusters: clusters,
Expand Down

0 comments on commit be472c7

Please sign in to comment.