Skip to content

Commit

Permalink
Merge pull request #697 from zalando-incubator/drop-legacy-values
Browse files Browse the repository at this point in the history
Drop legacy values
  • Loading branch information
katyanna authored Sep 20, 2023
2 parents 7c0b844 + f41ac60 commit 8e67ee5
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 @@ -263,10 +263,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 8e67ee5

Please sign in to comment.