Skip to content

Commit

Permalink
Update pkg/operator/staticpod/controller/installer/installer_controll…
Browse files Browse the repository at this point in the history
…er.go

Co-authored-by: Thomas Jungblut <tjungblu@redhat.com>
  • Loading branch information
jubittajohn and tjungblu committed Jul 9, 2024
1 parent c0fc6e7 commit 424dac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ func getInstallerPodName(ns *operatorv1.NodeStatus) string {
}

// ensureInstallerPod creates the installer pod with the secrets required to if it does not exist already
// returns whether or not requeue and if an error happened while creating installer pod
// returns whether or not to requeue and if an error happened while ensuring the installer pod
func (c *InstallerController) ensureInstallerPod(ctx context.Context, operatorSpec *operatorv1.StaticPodOperatorSpec, ns *operatorv1.NodeStatus) (bool, error) {
// checks if a new installer pod should be created based on the preconditions being met
// preconditions are only evaluated when the installer pod isn't already present
Expand Down

0 comments on commit 424dac8

Please sign in to comment.