From 166a9fe94b72e9e148656cf3145fc5552b6c0e6c Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Fri, 3 Mar 2023 21:09:35 +0000 Subject: [PATCH] Fix mqtt pod name. --- charts/mqtt/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: