Skip to content

Commit 34a8c47

Browse files
committed
operator crds
1 parent d0e2a7a commit 34a8c47

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
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

0 commit comments

Comments
 (0)