diff --git a/keda/templates/30-webhooks-deployment.yaml b/keda/templates/30-webhooks-deployment.yaml index 66508803..8d512ba8 100644 --- a/keda/templates/30-webhooks-deployment.yaml +++ b/keda/templates/30-webhooks-deployment.yaml @@ -27,6 +27,9 @@ spec: name: {{ .Values.webhooks.name }} app.kubernetes.io/name: {{ .Values.webhooks.name }} {{- include "keda.labels" . | indent 8 }} + {{- if .Values.podLabels.webhooks }} + {{- toYaml .Values.podLabels.webhooks | nindent 8 }} + {{- end }} annotations: {{- if .Values.podAnnotations.webhooks }} {{- toYaml .Values.podAnnotations.webhooks | nindent 8 }}