Update pkg/addons/addons_gcpauth.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/14113/head
Sharif Elgamal 2022-05-06 15:10:48 -07:00 committed by GitHub
parent 7a121ad8d3
commit 432eeca025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ func enableAddonGCPAuth(cfg *config.ClusterConfig) error {
}
if creds.JSON == nil {
out.WarningT("You have authenticated with a service account that does not have an associated JSON. The GCP Auth addon requires credentials with a JSON file in order to continue. The image pull secret has been imported.")
out.WarningT("You have authenticated with a service account that does not have an associated JSON file. The GCP Auth addon requires credentials with a JSON file in order to continue. The image pull secret has been imported.")
return nil
}