fix labels

This commit is contained in:
Thomas E Lackey 2024-02-08 17:08:43 -06:00
parent d1395d3181
commit dde00b7606

View File

@ -111,4 +111,4 @@ class Spec:
return self.obj.get("annotations", {})
def get_labels(self):
return self.obj.get("annotations", {})
return self.obj.get("labels", {})