Skip to content

Commit cca363a

Browse files
committed
update crds
1 parent 347bd8f commit cca363a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

operator/schemas/kubernetesinstallation-embeddedcluster-v1beta1.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@
111111
"items": {
112112
"description": "Repository describes single repository entry. Fields map to the CLI flags for the \"helm add\" command",
113113
"type": "object",
114-
"required": [
115-
"name",
116-
"url"
117-
],
118114
"properties": {
119115
"caFile": {
120116
"description": "CA bundle file to use when verifying HTTPS-enabled servers.",
@@ -134,17 +130,15 @@
134130
},
135131
"name": {
136132
"description": "The repository name.",
137-
"type": "string",
138-
"minLength": 1
133+
"type": "string"
139134
},
140135
"password": {
141136
"description": "Password for Basic HTTP authentication.",
142137
"type": "string"
143138
},
144139
"url": {
145140
"description": "The repository URL.",
146-
"type": "string",
147-
"minLength": 1
141+
"type": "string"
148142
},
149143
"username": {
150144
"description": "Username for Basic HTTP authentication.",

0 commit comments

Comments
 (0)