Skip to content

Commit 024386d

Browse files
committed
Revert "OCPBUGS-4038: bootstrap: Skip gatewayd units only on OKD agent-installer"
This reverts commit ff2ed87.
1 parent eceb585 commit 024386d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/asset/ignition/bootstrap/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func (a *Common) generateConfig(dependencies asset.Parents, templateData *bootst
181181
if err := AddSystemdUnits(a.Config, "bootstrap/systemd/common/units", templateData, commonEnabledServices); err != nil {
182182
return err
183183
}
184-
if !(templateData.IsOKD && templateData.Invoker == "agent-installer") {
184+
if !templateData.IsOKD {
185185
if err := AddSystemdUnits(a.Config, "bootstrap/systemd/rhcos/units", templateData, rhcosEnabledServices); err != nil {
186186
return err
187187
}

0 commit comments

Comments
 (0)