Skip to content

Commit

Permalink
MGMT-17095: Disable local cluster import
Browse files Browse the repository at this point in the history
There have been several reported issues with this feature and we need to look at this further.
To unblock the ACM release, we are disabling the feature.
  • Loading branch information
paul-maidment committed Feb 29, 2024
1 parent f208430 commit f688a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ var Options struct {
AllowConvergedFlow bool `envconfig:"ALLOW_CONVERGED_FLOW" default:"true"`
PreprovisioningImageControllerConfig controllers.PreprovisioningImageControllerConfig
BMACConfig controllers.BMACConfig
EnableLocalClusterImport bool `envconfig:"ENABLE_LOCAL_CLUSTER_IMPORT" default:"true"`
EnableLocalClusterImport bool `envconfig:"ENABLE_LOCAL_CLUSTER_IMPORT" default:"false"`
LocalClusterImportNamespace string `envconfig:"LOCAL_CLUSTER_IMPORT_NAMESPACE" default:"local-cluster"`

// Directory containing pre-generated TLS certs/keys for the ephemeral installer
Expand Down

0 comments on commit f688a03

Please sign in to comment.