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