From d54a86e76607c1e33724ce96f8530b86029e5cea Mon Sep 17 00:00:00 2001 From: Shalin Patel Date: Thu, 18 Jan 2024 17:49:50 -0800 Subject: [PATCH] fix: fix typo in ImageCredentials JSON schema description --- api/v1alpha1/clusterconfig_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1alpha1/clusterconfig_types.go b/api/v1alpha1/clusterconfig_types.go index 14ed241fb..1df74b3bd 100644 --- a/api/v1alpha1/clusterconfig_types.go +++ b/api/v1alpha1/clusterconfig_types.go @@ -264,7 +264,7 @@ func (ImageCredentials) VariableSchema() clusterv1.VariableSchema { "namespace": { Description: "The namespace of the Secret containing the registry credentials. " + "Defaults to the namespace of the KubeadmControlPlaneTemplate and KubeadmConfigTemplate" + - " that reference this variable.", + "that reference this variable.", Type: "string", }, },