Skip to content

Commit

Permalink
Merge branch 'add_environment_alias_for_migration' of https://github.…
Browse files Browse the repository at this point in the history
…com/nais/api-reconcilers into add_environment_alias_for_migration
  • Loading branch information
Muni10 committed Nov 26, 2024
2 parents 737e45f + be472c7 commit a5f73ee
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 a5f73ee

Please sign in to comment.