From ad9a7b248f3cbc0ae4e011033a6ceb0e19db21f3 Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Wed, 16 Nov 2022 17:30:55 +0300 Subject: [PATCH] Remove redundant suffix --- templates/webhook-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webhook-service.yaml b/templates/webhook-service.yaml index 3fa27f5..9555a59 100644 --- a/templates/webhook-service.yaml +++ b/templates/webhook-service.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: {{ include "n8n-webhook.fullname" . }}-webhook + name: {{ include "n8n-webhook.fullname" . }} labels: {{- include "n8n-webhook.labels" . | nindent 4 }} spec: