We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da74054 commit 722b0b7Copy full SHA for 722b0b7
pkg/cloud/services/networking/securitygroups.go
@@ -580,5 +580,5 @@ func convertOSSecGroupRuleToConfigSecGroupRule(osSecGroupRule rules.SecGroupRule
580
581
// GetSecurityGroupName Calculate name of securitygroup
582
func GetSecurityGroupName(clusterName string, suffix string) string {
583
- return fmt.Sprintf("%s-cluster-%s-secgroup-%s", secGroupPrefix, clusterName, suffix)
+ return fmt.Sprintf(securityGroupNameFormatString, secGroupPrefix, clusterName, suffix)
584
}
0 commit comments