From 432eeca025bb94dd3de2664fb3b7122a30a78421 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Fri, 6 May 2022 15:10:48 -0700 Subject: [PATCH] Update pkg/addons/addons_gcpauth.go Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com> --- pkg/addons/addons_gcpauth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/addons/addons_gcpauth.go b/pkg/addons/addons_gcpauth.go index 791713a283..cf2f9b315d 100644 --- a/pkg/addons/addons_gcpauth.go +++ b/pkg/addons/addons_gcpauth.go @@ -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 }