From ca584648ee3776591d4d438c7a2d67310d35c424 Mon Sep 17 00:00:00 2001 From: Jon Olsson Date: Fri, 11 Oct 2024 14:03:41 +0200 Subject: [PATCH] minor spelling fix Signed-off-by: Jon Olsson --- pkg/chartutil/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index 22c73a5e1..dc70530eb 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -117,7 +117,7 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "" -# This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ +# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ imagePullSecrets: [] # This is to override the chart name. nameOverride: ""