From f17f366a1d159029404541a6dcfda721ddd14311 Mon Sep 17 00:00:00 2001 From: JacekZubielik Date: Thu, 22 Aug 2024 16:39:58 +0200 Subject: [PATCH] test(mode): 777 --- 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 75f2ee3..f48da0a 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.8 +version: 0.0.9 type: application keywords: - mqtt diff --git a/charts/mosquitto/templates/deployment.yaml b/charts/mosquitto/templates/deployment.yaml index 544d218..fddc373 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: 0700 + mode: 0777 - name: mosquitto-conf configMap: name: {{ include "app.fullname" . }}