From dd0b923971669ef467f5e9347e61aaee3d9de10b Mon Sep 17 00:00:00 2001 From: "olof.pettersson" Date: Thu, 11 Dec 2025 16:40:50 +0100 Subject: [PATCH] Fix pod label and selector logic --- templates/deployment-app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/deployment-app.yaml b/templates/deployment-app.yaml index 45353c3..f2ae114 100644 --- a/templates/deployment-app.yaml +++ b/templates/deployment-app.yaml @@ -6,11 +6,11 @@ spec: replicas: 1 selector: matchLabels: - app: solidtime-app + {{- include "solidtime.selectorLabels" . | nindent 6 }} template: metadata: labels: - app: solidtime-app + {{- include "solidtime.selectorLabels" . | nindent 8 }} spec: containers: - name: solidtime