From 5d08a0d00e4f0d31d6db55e71bccbcd665366c9a Mon Sep 17 00:00:00 2001 From: Jon Huhn Date: Tue, 24 Nov 2020 13:49:45 -0600 Subject: [PATCH] Fix typo Signed-off-by: Jon Huhn --- pkg/kube/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kube/client.go b/pkg/kube/client.go index 6fd3336c9..795ebb388 100644 --- a/pkg/kube/client.go +++ b/pkg/kube/client.go @@ -174,7 +174,7 @@ func (c *Client) Build(reader io.Reader, validate bool) (ResourceList, error) { } // Update takes the current list of objects and target list of objects and -// creates resources that don't already exists, updates resources that have been +// creates resources that don't already exist, updates resources that have been // modified in the target configuration, and deletes resources from the current // configuration that are not present in the target configuration. If an error // occurs, a Result will still be returned with the error, containing all