You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("m.root is nil, cannot validate namespace labels")
251
-
}
252
-
253
249
ifm.root.Labels() ==nil {
254
-
returnfmt.Errorf("namespace labels are nil, but it should contain at least '%s' labels. Please add them to your environment config under 'Labels' key",
255
-
strings.Join(requiredChainLinkNsLabels, ", "))
250
+
returnfmt.Errorf("namespace labels are nil, but it should contain at least '%s' labels. Please add them to your environment config under 'Labels' key", strings.Join(requiredChainLinkNsLabels, ", "))
0 commit comments