Skip to content

Commit ba1799e

Browse files
authored
Merge pull request #82 from Iceber/fix-crds
fix pediacluster crd yaml
2 parents 4e4232c + 5339588 commit ba1799e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/crds/cluster.clusterpedia.io_pediaclusters.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ spec:
162162
properties:
163163
kind:
164164
type: string
165+
name:
166+
type: string
165167
namespaced:
166168
type: boolean
167-
resource:
168-
type: string
169169
syncConditions:
170170
items:
171171
properties:
@@ -196,8 +196,8 @@ spec:
196196
type: array
197197
required:
198198
- kind
199+
- name
199200
- namespaced
200-
- resource
201201
- syncConditions
202202
type: object
203203
type: array

0 commit comments

Comments
 (0)