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