Fix labels removed in ObjectMeta

Signed-off-by: James Landrein <github@j4m3s.eu>
This commit is contained in:
James Landrein
2022-02-24 10:25:49 +01:00
parent 77be862b9c
commit cb11bf1924
+1
View File
@@ -91,6 +91,7 @@ func objectMeta(namespace, name string) metav1.ObjectMeta {
return metav1.ObjectMeta{
Name: name,
Namespace: namespace,
Labels: Labels(),
}
}