Skip to content

Commit

Permalink
Updated the logic comment
Browse files Browse the repository at this point in the history
Signed-off-by: Shoaeb Jindani <[email protected]>
  • Loading branch information
Shoaeb Jindani committed Sep 20, 2024
1 parent 3dd4291 commit 76840e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/command/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ func OperatorWithSignal(operatorCfg *oconfig.Config, signalHandler context.Conte

log.Info("Registering Components.")

//This Method Checks if MustgatherTag in ibm-hlfsupport-deployer configmap is same as the console tag in the operator
// binary (if it is not same, it delete the configmaps ibm-hlfsupport-console-deployer and ibm-hlfsupport-console-console)
//This Method Checks if Console deployment Tag in Console Deployment is same as the console tag in the operator
// binary (if it is not same, it delete the configmaps $consoleObject-deployer and $consoleObject-console)
CheckForFixPacks(config, operatorNamespace)

// Setup Scheme for all resources
Expand Down

0 comments on commit 76840e6

Please sign in to comment.