Skip to content

Commit 0687850

Browse files
committed
operator crds
1 parent 6af6a65 commit 0687850

File tree

4 files changed

+2
-28
lines changed

4 files changed

+2
-28
lines changed

operator/charts/embedded-cluster-operator/charts/crds/templates/resources.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,21 +104,16 @@ spec:
104104
type: string
105105
name:
106106
description: The repository name.
107-
minLength: 1
108107
type: string
109108
password:
110109
description: Password for Basic HTTP authentication.
111110
type: string
112111
url:
113112
description: The repository URL.
114-
minLength: 1
115113
type: string
116114
username:
117115
description: Username for Basic HTTP authentication.
118116
type: string
119-
required:
120-
- name
121-
- url
122117
type: object
123118
type: array
124119
type: object
@@ -408,21 +403,16 @@ spec:
408403
type: string
409404
name:
410405
description: The repository name.
411-
minLength: 1
412406
type: string
413407
password:
414408
description: Password for Basic HTTP authentication.
415409
type: string
416410
url:
417411
description: The repository URL.
418-
minLength: 1
419412
type: string
420413
username:
421414
description: Username for Basic HTTP authentication.
422415
type: string
423-
required:
424-
- name
425-
- url
426416
type: object
427417
type: array
428418
type: object

operator/config/crd/bases/embeddedcluster.replicated.com_configs.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,16 @@ spec:
109109
type: string
110110
name:
111111
description: The repository name.
112-
minLength: 1
113112
type: string
114113
password:
115114
description: Password for Basic HTTP authentication.
116115
type: string
117116
url:
118117
description: The repository URL.
119-
minLength: 1
120118
type: string
121119
username:
122120
description: Username for Basic HTTP authentication.
123121
type: string
124-
required:
125-
- name
126-
- url
127122
type: object
128123
type: array
129124
type: object

operator/config/crd/bases/embeddedcluster.replicated.com_installations.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,21 +170,16 @@ spec:
170170
type: string
171171
name:
172172
description: The repository name.
173-
minLength: 1
174173
type: string
175174
password:
176175
description: Password for Basic HTTP authentication.
177176
type: string
178177
url:
179178
description: The repository URL.
180-
minLength: 1
181179
type: string
182180
username:
183181
description: Username for Basic HTTP authentication.
184182
type: string
185-
required:
186-
- name
187-
- url
188183
type: object
189184
type: array
190185
type: object

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)