We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77d3b2 commit 7cb2f11Copy full SHA for 7cb2f11
test/upgrade/prober/configuration.go
@@ -58,7 +58,8 @@ func (p *prober) annotateNamespace() {
58
Get(p.client.Namespace, metav1.GetOptions{})
59
ensure.NoError(err)
60
ns.Labels = map[string]string{
61
- sugar.InjectionLabelKey: sugar.InjectionEnabledLabelValue,
+ sugar.DeprecatedInjectionLabelKey: sugar.InjectionEnabledLabelValue,
62
+ sugar.InjectionLabelKey: sugar.InjectionEnabledLabelValue,
63
}
64
_, err = p.client.Kube.Kube.CoreV1().Namespaces().
65
Update(ns)
0 commit comments