We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58872ef commit 3527047Copy full SHA for 3527047
lib/k8s/environment/environment.go
@@ -866,9 +866,9 @@ func (m *Environment) RunCustomReadyConditions(customCheck *client.ReadyCheckDat
866
log.Debug().Bool("ManifestUpdate", m.Cfg.SkipManifestUpdate).Msg("Update mode")
867
868
// make sure all required chain.link labels are present in the final manifest
869
- if err := m.validateRequiredChainLinkLabels(); err != nil {
870
- return err
871
- }
+ // if err := m.validateRequiredChainLinkLabels(); err != nil {
+ // return err
+ // }
872
873
if !m.Cfg.SkipManifestUpdate || m.Cfg.JobImage != "" {
874
if err := m.DeployCustomReadyConditions(customCheck, podCount); err != nil {
0 commit comments