diff --git a/templates/webhook-deployment.yaml b/templates/webhook-deployment.yaml index aa069cd..43aa29d 100644 --- a/templates/webhook-deployment.yaml +++ b/templates/webhook-deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: {{ include "n8n-webhook.fullname" . }} labels: - {{- include "n8n.labels" . | nindent 4 }} + {{- include "n8n-webhook.labels" . | nindent 4 }} spec: {{- if not .Values.webhook.autoscaling.enabled }} replicas: {{ .Values.webhook.replicaCount }}