fix webhook-deployment labels

This commit is contained in:
2022-11-16 17:37:56 +03:00
parent ad9a7b248f
commit bf6002c156

View File

@ -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 }}