Skip to content

Commit 347bd8f

Browse files
committed
update crds
1 parent 9e34282 commit 347bd8f

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,21 +134,16 @@ spec:
134134
type: string
135135
name:
136136
description: The repository name.
137-
minLength: 1
138137
type: string
139138
password:
140139
description: Password for Basic HTTP authentication.
141140
type: string
142141
url:
143142
description: The repository URL.
144-
minLength: 1
145143
type: string
146144
username:
147145
description: Username for Basic HTTP authentication.
148146
type: string
149-
required:
150-
- name
151-
- url
152147
type: object
153148
type: array
154149
type: object

pkg/crds/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

0 commit comments

Comments
 (0)