From cc88cbac45f81f2743587c0fb1dd6cb052f79572 Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 4 Mar 2025 11:41:54 +0100 Subject: [PATCH] service.yaml name changed --- tatort/templates/service.yaml | 2 +- tatort/templates/tatort.fullname | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 tatort/templates/tatort.fullname diff --git a/tatort/templates/service.yaml b/tatort/templates/service.yaml index ee9577c..890095f 100644 --- a/tatort/templates/service.yaml +++ b/tatort/templates/service.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: {{ include "tatort.fullname" . }} + name: {{ tatort }} labels: {{- include "tatort.labels" . | nindent 4 }} spec: diff --git a/tatort/templates/tatort.fullname b/tatort/templates/tatort.fullname deleted file mode 100644 index b3bef43..0000000 --- a/tatort/templates/tatort.fullname +++ /dev/null @@ -1 +0,0 @@ -tatort