File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 8585 "items" : {
8686 "description" : " Repository describes single repository entry. Fields map to the CLI flags for the \" helm add\" command" ,
8787 "type" : " object" ,
88- "required" : [
89- " name" ,
90- " url"
91- ],
9288 "properties" : {
9389 "caFile" : {
9490 "description" : " CA bundle file to use when verifying HTTPS-enabled servers." ,
108104 },
109105 "name" : {
110106 "description" : " The repository name." ,
111- "type" : " string" ,
112- "minLength" : 1
107+ "type" : " string"
113108 },
114109 "password" : {
115110 "description" : " Password for Basic HTTP authentication." ,
116111 "type" : " string"
117112 },
118113 "url" : {
119114 "description" : " The repository URL." ,
120- "type" : " string" ,
121- "minLength" : 1
115+ "type" : " string"
122116 },
123117 "username" : {
124118 "description" : " Username for Basic HTTP authentication." ,
You can’t perform that action at this time.
0 commit comments