diff --git a/pkg/cluster/util.go b/pkg/cluster/util.go index 931b6585d..5a3c2c6f7 100644 --- a/pkg/cluster/util.go +++ b/pkg/cluster/util.go @@ -211,7 +211,7 @@ func (c *Cluster) labelsSet() labels.Set { func (c *Cluster) dnsName() string { return strings.ToLower(fmt.Sprintf( - c.OpConfig.DNSFormat, + c.OpConfig.DNSNameFormat, c.Spec.ClusterName, c.TeamName(), c.OpConfig.DbHostedZone))