From dde00b7606272f7c60d811b68fe98ce2a84a0358 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Thu, 8 Feb 2024 17:08:43 -0600 Subject: [PATCH] fix labels --- stack_orchestrator/deploy/spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", {})