Skip to content

Commit

Permalink
Merge pull request #89 from JacekZubielik/mosquitto
Browse files Browse the repository at this point in the history
chore(password_file): update
  • Loading branch information
JacekZubielik authored Aug 22, 2024
2 parents d9cdb82 + 631ea23 commit 9cba47d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/mosquitto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2.0.18
description: Eclipse Mosquitto MQTT
name: mosquitto
version: 0.0.9
version: 0.0.10
type: application
keywords:
- mqtt
Expand Down
6 changes: 3 additions & 3 deletions charts/mosquitto/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
initContainers:
- name: init-config
image: busybox
command: ["/bin/cp", "-v", "/tmp/password_file", "/mosquitto/password_file"]
command: ["/bin/cp", "-v", "/tmp/password_file", "/mosquitto/config/password_file"]
securityContext:
runAsNonRoot: false
privileged: true
Expand Down Expand Up @@ -108,7 +108,7 @@ spec:
mountPath: /mosquitto/config/mosquitto.conf
subPath: mosquitto.conf
- name: mosquitto-passwd
mountPath: /mosquitto/password_file
mountPath: /mosquitto/config/password_file
subPath: password_file
- name: mosquitto-ca-cert
mountPath: /mosquitto/config/certs/ca.crt
Expand All @@ -131,7 +131,7 @@ spec:
items:
- key: password_file
path: password_file
mode: 0777
mode: 0700
- name: mosquitto-conf
configMap:
name: {{ include "app.fullname" . }}
Expand Down

0 comments on commit 9cba47d

Please sign in to comment.