fix webhook-deployment labels
This commit is contained in:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user