fix last bool

pull/11486/head
Sharif Elgamal 2021-05-26 09:33:33 -07:00
parent 6db4a51cbb
commit 643cfb91f4
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ func verifyGCPAuthAddon(cc *config.ClusterConfig, name string, val string) error
if enable && err == nil {
out.Styled(style.Notice, "Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.", out.V{"name": cc.Name})
out.Styled(style.Notice, "If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.")
if !Force {
if !Refresh {
out.Styled(style.Notice, "If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.")
}
}