Skip to content

Commit

Permalink
Drop legacy values
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
  • Loading branch information
mikkeloscar committed Sep 15, 2023
1 parent 23f59e1 commit f41ac60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions provisioner/clusterpy.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,6 @@ func (p *clusterpyProvisioner) Provision(ctx context.Context, logger *log.Entry,
}

values := map[string]interface{}{
// TODO(tech-debt): custom legacy value
"node_labels": fmt.Sprintf("lifecycle-status=%s", lifecycleStatusReady),
// TODO(tech-debt): custom legacy value
"apiserver_count": "1",
subnetsValueKey: azInfo.SubnetsByAZ(),
availabilityZonesValueKey: azInfo.AvailabilityZones(),
"hosted_zone": hostedZone,
Expand Down

0 comments on commit f41ac60

Please sign in to comment.