mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 12:36:34 +00:00
Fix: replication example componentdefinition miss workload field for webhook validation (#5618)
Signed-off-by: Somefive <yd219913@alibaba-inc.com>
(cherry picked from commit c8709a2c13)
Co-authored-by: Somefive <yd219913@alibaba-inc.com>
This commit is contained in:
co-authored by
Somefive
parent
52c9a8f0a3
commit
0861498ab8
@@ -22,6 +22,8 @@ metadata:
|
||||
name: replica-webservice
|
||||
namespace: vela-system
|
||||
spec:
|
||||
workload:
|
||||
type: autodetects.core.oam.dev
|
||||
schematic:
|
||||
cue:
|
||||
template: |
|
||||
|
||||
@@ -7,6 +7,8 @@ metadata:
|
||||
name: replica-webservice
|
||||
namespace: vela-system
|
||||
spec:
|
||||
workload:
|
||||
type: autodetects.core.oam.dev
|
||||
schematic:
|
||||
cue:
|
||||
template: |
|
||||
|
||||
Reference in New Issue
Block a user