Skip to content

Commit

Permalink
fix: update yaml name to latest Signed-off-by: Bob <[email protected]>
Browse files Browse the repository at this point in the history
Signed-off-by: Bob <[email protected]>
  • Loading branch information
Qaplagzy committed Apr 25, 2024
1 parent fecfccd commit 0d816b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/build/edgeimage/internal/kube/builder_docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ func (b *dockerBuilder) Build() (kube.Bits, error) {
filepath.Join(filepath.Join(binDir, "edgecore")),

// CRDs required by KubeEdge
filepath.Join(crdDir, "devices", "devices_v1alpha2_device.yaml"),
filepath.Join(crdDir, "devices", "devices_v1alpha2_devicemodel.yaml"),
filepath.Join(crdDir, "devices", "devices_v1beta1_device.yaml"),
filepath.Join(crdDir, "devices", "devices_v1beta1_devicemodel.yaml"),
filepath.Join(crdDir, "reliablesyncs", "cluster_objectsync_v1alpha1.yaml"),
filepath.Join(crdDir, "reliablesyncs", "objectsync_v1alpha1.yaml"),
filepath.Join(crdDir, "router", "router_v1_rule.yaml"),
Expand Down
4 changes: 2 additions & 2 deletions pkg/cluster/internal/create/actions/kubeedge/kubeedge.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ func (a *Action) startCloudcore(ctx *actions.ActionContext, node nodes.Node) err

// create CRDs
crds := []string{
"devices_v1alpha2_device.yaml",
"devices_v1alpha2_devicemodel.yaml",
"devices_v1beta1_device.yaml",
"devices_v1beta1_devicemodel.yaml",
"cluster_objectsync_v1alpha1.yaml",
"objectsync_v1alpha1.yaml",
"router_v1_rule.yaml",
Expand Down

0 comments on commit 0d816b9

Please sign in to comment.