From 06d448b73f6dce63a4e5270653c931c3e12bc871 Mon Sep 17 00:00:00 2001 From: Linkous Sharp Date: Wed, 6 Dec 2023 12:12:07 -0600 Subject: [PATCH] Apply common labels to servox pod --- helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index ade49580..10a007ef 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -30,7 +30,7 @@ spec: template: metadata: labels: - {{- include "servox.selectorLabels" . | nindent 8 }} + {{- include "servox.labels" . | nindent 8 }} spec: serviceAccountName: {{ include "servox.fullname" . }} containers: