Skip to content

Commit d54a86e

Browse files
committed
fix: fix typo in ImageCredentials JSON schema description
1 parent 546e63e commit d54a86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1alpha1/clusterconfig_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func (ImageCredentials) VariableSchema() clusterv1.VariableSchema {
264264
"namespace": {
265265
Description: "The namespace of the Secret containing the registry credentials. " +
266266
"Defaults to the namespace of the KubeadmControlPlaneTemplate and KubeadmConfigTemplate" +
267-
" that reference this variable.",
267+
"that reference this variable.",
268268
Type: "string",
269269
},
270270
},

0 commit comments

Comments
 (0)