File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : 2.0.18
33description : Eclipse Mosquitto MQTT
44name : mosquitto
5- version : 0.0.2
5+ version : 0.0.3
66type : application
77keywords :
88- mqtt
Original file line number Diff line number Diff line change @@ -107,27 +107,27 @@ spec:
107107 - name : mosquitto-conf
108108 mountPath : /mosquitto/config/mosquitto.conf
109109 subPath : mosquitto.conf
110- readOnly : true
110+ readOnly : false
111111 - name : mosquitto-passwd
112112 mountPath : /mosquitto/password_file
113113 subPath : password_file
114- readOnly : true
114+ readOnly : false
115115 - name : mosquitto-ca-cert
116116 mountPath : /mosquitto/config/certs/ca.crt
117117 subPath : ca.crt
118- readOnly : true
118+ readOnly : false
119119 - name : mosquitto-server-cert
120120 mountPath : /mosquitto/config/certs/server.crt
121121 subPath : server.crt
122- readOnly : true
122+ readOnly : false
123123 - name : mosquitto-server-key
124124 mountPath : /mosquitto/config/certs/server.key
125125 subPath : server.key
126- readOnly : true
126+ readOnly : false
127127 - name : mosquitto-data
128128 mountPath : /mosquitto
129129 subPath : mosquitto
130- readOnly : true
130+ readOnly : false
131131 resources :
132132 {{- toYaml .Values.resources | nindent 12 }}
133133 volumes :
You can’t perform that action at this time.
0 commit comments