diff --git a/charts/mqtt/templates/deployment.yaml b/charts/mqtt/templates/deployment.yaml index b13b360..cace93d 100644 --- a/charts/mqtt/templates/deployment.yaml +++ b/charts/mqtt/templates/deployment.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: {{ include "mqtt.fullname" . }}-mqtt + name: {{ include "mqtt.fullname" . }} labels: {{- include "mqtt.labels" . | nindent 4 }} spec: