Merge pull request #4697 from j4m3s-s/fix-labels

Fix labels removed in ObjectMeta
This commit is contained in:
Wenkai Yin(尹文开)
2022-02-28 14:05:02 +08:00
committed by GitHub
+1
View File
@@ -91,6 +91,7 @@ func objectMeta(namespace, name string) metav1.ObjectMeta {
return metav1.ObjectMeta{
Name: name,
Namespace: namespace,
Labels: Labels(),
}
}