Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit b0beb42

Browse files
committed
Update to new CNI binary name
1 parent c6f0b30 commit b0beb42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/cniconfig/cniconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func CNIConfigForVPCAttachment(vpc galacticv1alpha.VPC, vpcAttachment galacticv1
8383
CNIVersion: "0.4.0",
8484
Plugins: []interface{}{
8585
PluginConfGalactic{
86-
Type: "galactic-cni",
86+
Type: "galactic",
8787
VPC: vpcIdentifierBase62,
8888
VPCAttachment: vpcAttachmentIdentifierBase62,
8989
MTU: 1300,

internal/cniconfig/cniconfig_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func TestCNIConfigForVPCAttachment(t *testing.T) {
1818
CNIVersion: "0.4.0",
1919
Plugins: []interface{}{
2020
cniconfig.PluginConfGalactic{
21-
Type: "galactic-cni",
21+
Type: "galactic",
2222
VPC: "1hVwxnaA7",
2323
VPCAttachment: "h31",
2424
MTU: 1300,

0 commit comments

Comments
 (0)