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:
parent
f8ef53481d
commit
ffd9cd73fe
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user