From 7e02a6de347e47adcf3f69b652b6a4134e130762 Mon Sep 17 00:00:00 2001 From: Mark Pierce Date: Mon, 30 Oct 2023 13:54:50 +0100 Subject: [PATCH] Include helm templating for pod labels --- charts/k6-operator/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/k6-operator/templates/deployment.yaml b/charts/k6-operator/templates/deployment.yaml index 9af1a142..4fe5c5bf 100644 --- a/charts/k6-operator/templates/deployment.yaml +++ b/charts/k6-operator/templates/deployment.yaml @@ -19,6 +19,7 @@ spec: metadata: labels: {{- include "k6-operator.selectorLabels" . | nindent 8 }} + {{- include "k6-operator.podLabels" . | nindent 8 }} spec: containers: {{- if .Values.authProxy.enabled }}