typo in config name

This commit is contained in:
Murat Kabilov 2017-04-12 12:20:05 +02:00
parent 16cc517106
commit 3bd9b3b42f
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ func (c *Cluster) labelsSet() labels.Set {
func (c *Cluster) dnsName() string { func (c *Cluster) dnsName() string {
return strings.ToLower(fmt.Sprintf( return strings.ToLower(fmt.Sprintf(
c.OpConfig.DNSFormat, c.OpConfig.DNSNameFormat,
c.Spec.ClusterName, c.Spec.ClusterName,
c.TeamName(), c.TeamName(),
c.OpConfig.DbHostedZone)) c.OpConfig.DbHostedZone))