Skip to content

Commit 3527047

Browse files
committed
comment validateRequiredChainLinkLabels
1 parent 58872ef commit 3527047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/k8s/environment/environment.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,9 +866,9 @@ func (m *Environment) RunCustomReadyConditions(customCheck *client.ReadyCheckDat
866866
log.Debug().Bool("ManifestUpdate", m.Cfg.SkipManifestUpdate).Msg("Update mode")
867867

868868
// make sure all required chain.link labels are present in the final manifest
869-
if err := m.validateRequiredChainLinkLabels(); err != nil {
870-
return err
871-
}
869+
// if err := m.validateRequiredChainLinkLabels(); err != nil {
870+
// return err
871+
// }
872872

873873
if !m.Cfg.SkipManifestUpdate || m.Cfg.JobImage != "" {
874874
if err := m.DeployCustomReadyConditions(customCheck, podCount); err != nil {

0 commit comments

Comments
 (0)