Skip to content

Commit

Permalink
Merge pull request #83 from JacekZubielik/mosquitto
Browse files Browse the repository at this point in the history
build(mosquitto): 0.0.6
  • Loading branch information
JacekZubielik authored Aug 22, 2024
2 parents e023713 + d65dffa commit 0ca8150
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.5
version: 0.0.6
type: application
keywords:
- mqtt
Expand Down
20 changes: 10 additions & 10 deletions charts/mosquitto/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ spec:
- name: mosquitto-conf
mountPath: /mosquitto/config/mosquitto.conf
subPath: mosquitto.conf
# - name: mosquitto-passwd
# mountPath: /mosquitto/password_file
# subPath: password_file
- name: mosquitto-passwd
mountPath: /mosquitto/password_file
subPath: password_file
- name: mosquitto-ca-cert
mountPath: /mosquitto/config/certs/ca.crt
subPath: ca.crt
Expand All @@ -125,13 +125,13 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumes:
# - name: mosquitto-passwd
# secret:
# secretName: mosquitto-secrets
# items:
# - key: password_file
# path: password_file
# mode: 0644
- name: mosquitto-passwd
secret:
secretName: mosquitto-secrets
items:
- key: password_file
path: password_file
mode: 0644
- name: mosquitto-conf
configMap:
name: {{ include "app.fullname" . }}
Expand Down

0 comments on commit 0ca8150

Please sign in to comment.