1
0
mirror of https://github.com/rancher/types.git synced 2025-08-02 05:11:59 +00:00

Change certificate SANs to List

This commit is contained in:
Sebastiaan van Steenis 2018-07-24 09:53:58 +02:00 committed by Alena Prokharchyk
parent f8ef53481d
commit ffd9cd73fe

View File

@ -125,7 +125,7 @@ func secretTypes(schemas *types.Schemas) *types.Schemas {
m.AnnotationField{Field: "algorithm", IgnoreDefinition: true},
m.AnnotationField{Field: "serialNumber", IgnoreDefinition: true},
m.AnnotationField{Field: "keySize", IgnoreDefinition: true},
m.AnnotationField{Field: "subjectAlternativeNames", IgnoreDefinition: true},
m.AnnotationField{Field: "subjectAlternativeNames", IgnoreDefinition: true, List: true},
m.SetValue{
Field: "type",
Value: "certificate",