Skip to content

Commit ba74652

Browse files
committed
operator crds
1 parent 34a8c47 commit ba74652

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

operator/schemas/config-embeddedcluster-v1beta1.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@
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.",
@@ -108,17 +104,15 @@
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.",

0 commit comments

Comments
 (0)