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

Commit 8365401

Browse files
faiqsupershal
andauthored
Update api/v1alpha1/clusterconfig_types.go
Co-authored-by: Shalin Patel <[email protected]> Signed-off-by: Faiq <[email protected]>
1 parent da3bcb6 commit 8365401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/v1alpha1/clusterconfig_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ func (ExtraAPIServerCertSANs) VariableSchema() clusterv1.VariableSchema {
252252
return clusterv1.VariableSchema{
253253
OpenAPIV3Schema: clusterv1.JSONSchemaProps{
254254
Description: fmt.Sprintf(
255-
"Extra Subject Alternative Names for the API Server signing cert. For Docker %v are injected automatically.",
256-
DefaultDockerCertSANs,
255+
"Extra Subject Alternative Names for the API Server signing cert. For Docker %s are injected automatically.",
256+
strings.Join(DefaultDockerCertSANs,","),
257257
),
258258
Type: "array",
259259
UniqueItems: true,

0 commit comments

Comments
 (0)