Skip to content

Commit

Permalink
fix: fix typo in ImageCredentials JSON schema description
Browse files Browse the repository at this point in the history
  • Loading branch information
supershal committed Jan 19, 2024
1 parent 546e63e commit d54a86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/clusterconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
Expand Down

0 comments on commit d54a86e

Please sign in to comment.