Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update api/v1alpha1/clusterconfig_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Shalin Patel <[email protected]>
Signed-off-by: Faiq <[email protected]>
  • Loading branch information
faiq and supershal authored Apr 4, 2024
1 parent da3bcb6 commit 8365401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/clusterconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ func (ExtraAPIServerCertSANs) VariableSchema() clusterv1.VariableSchema {
return clusterv1.VariableSchema{
OpenAPIV3Schema: clusterv1.JSONSchemaProps{
Description: fmt.Sprintf(
"Extra Subject Alternative Names for the API Server signing cert. For Docker %v are injected automatically.",
DefaultDockerCertSANs,
"Extra Subject Alternative Names for the API Server signing cert. For Docker %s are injected automatically.",
strings.Join(DefaultDockerCertSANs,","),
),
Type: "array",
UniqueItems: true,
Expand Down

0 comments on commit 8365401

Please sign in to comment.