fix formatting

pull/12897/head
Sharif Elgamal 2021-11-08 17:22:51 -08:00
parent 93e267c5ae
commit df14157e9f
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ var addonsConfigureCmd = &cobra.Command{
return format.MatchString(s)
}
customCert := AskForStaticValidatedValue("-- Enter custom cert(format is \"namespace/secret\"): ", validator)
customCert := AskForStaticValidatedValue("-- Enter custom cert (format is \"namespace/secret\"): ", validator)
if cfg.KubernetesConfig.CustomIngressCert != "" {
overwrite := AskForYesNoConfirmation("A custom cert for ingress has already been set. Do you want overwrite it?", posResponses, negResponses)
if !overwrite {