Skip to content

Commit

Permalink
Enable inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
dtantsur committed Dec 1, 2023
1 parent d7a472d commit 4052541
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/ironic/containers.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ func buildCommonEnvVars(ironic *metal3api.Ironic) []corev1.EnvVar {
Name: "LISTEN_ALL_INTERFACES",
Value: strconv.FormatBool(!ironic.Spec.Networking.BindInterface),
},
{
Name: "USE_IRONIC_INSPECTOR",
Value: "false",
},
}

networkingProvided := false
Expand Down

0 comments on commit 4052541

Please sign in to comment.