Skip to content

Commit

Permalink
Fix infrastructure reconciliation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Jan 28, 2025
1 parent 240414f commit 9e4a9ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/controller/worker/machines_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var _ = Describe("Machines", func() {
Namespace: ns.Name,
Name: className,
}),
HaveField("Provider", "metal"),
HaveField("Provider", "ironcore-metal"),
HaveField("NodeTemplate", &machinecontrollerv1alpha1.NodeTemplate{
Capacity: pool.NodeTemplate.Capacity,
InstanceType: pool.MachineType,
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/worker/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func SetupTest() (*corev1.Namespace, *gardener.ChartApplier) {
testCluster = &extensionscontroller.Cluster{
CloudProfile: &gardencorev1beta1.CloudProfile{
ObjectMeta: metav1.ObjectMeta{
Name: "metal",
Name: "ironcore-metal",
},
Spec: gardencorev1beta1.CloudProfileSpec{
ProviderConfig: &apiruntime.RawExtension{
Expand Down
2 changes: 1 addition & 1 deletion pkg/metal/predicate.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
package metal

// Type is the type of resources managed by the metal actuator.
const Type = "metal"
const Type = "ironcore-metal"

0 comments on commit 9e4a9ce

Please sign in to comment.