Skip to content

Commit

Permalink
updated IBIO component to be disabled by default (#897)
Browse files Browse the repository at this point in the history
Signed-off-by: dislbenn <[email protected]>
  • Loading branch information
dislbenn authored Aug 12, 2024
1 parent 84de11f commit 3b91682
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ var onComponents = []string{
backplanev1.LocalCluster,
backplanev1.HypershiftLocalHosting,
backplanev1.HyperShift,
backplanev1.ImageBasedInstallOperator,
backplanev1.ManagedServiceAccount,
// backplanev1.ConsoleMCE, // determined by OCP version
}

var offComponents = []string{}
var offComponents = []string{
backplanev1.ImageBasedInstallOperator,
}

// SetDefaultComponents returns true if changes are made
func SetDefaultComponents(m *backplanev1.MultiClusterEngine) bool {
Expand Down

0 comments on commit 3b91682

Please sign in to comment.