From b87d4f1af2e87fed28ceb430f55f82f9ad638907 Mon Sep 17 00:00:00 2001 From: JacekZubielik Date: Thu, 22 Aug 2024 16:02:21 +0200 Subject: [PATCH] chore(chmod): 0700 password_file --- charts/mosquitto/Chart.yaml | 2 +- charts/mosquitto/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mosquitto/Chart.yaml b/charts/mosquitto/Chart.yaml index a3d8d38..75f2ee3 100644 --- a/charts/mosquitto/Chart.yaml +++ b/charts/mosquitto/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.0.18 description: Eclipse Mosquitto MQTT name: mosquitto -version: 0.0.7 +version: 0.0.8 type: application keywords: - mqtt diff --git a/charts/mosquitto/templates/deployment.yaml b/charts/mosquitto/templates/deployment.yaml index ec23496..544d218 100644 --- a/charts/mosquitto/templates/deployment.yaml +++ b/charts/mosquitto/templates/deployment.yaml @@ -131,7 +131,7 @@ spec: items: - key: password_file path: password_file - mode: 0644 + mode: 0700 - name: mosquitto-conf configMap: name: {{ include "app.fullname" . }}