diff --git a/stack_orchestrator/deploy/spec.py b/stack_orchestrator/deploy/spec.py index 33a62f0c..95684f46 100644 --- a/stack_orchestrator/deploy/spec.py +++ b/stack_orchestrator/deploy/spec.py @@ -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", {})