Skip to content

Commit

Permalink
Merge pull request #91 from JacekZubielik/mosquitto
Browse files Browse the repository at this point in the history
chore(securitycontext): update
  • Loading branch information
JacekZubielik authored Aug 22, 2024
2 parents d70743a + 2030529 commit f356d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.11
version: 0.0.12
type: application
keywords:
- mqtt
Expand Down
2 changes: 1 addition & 1 deletion charts/mosquitto/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
image: busybox
command: ["/bin/chown", "-R", "1883:1883", "/mosquitto"]
securityContext:
runAsUser: 1883
runAsUser: 0
privileged: true
volumeMounts:
- name: mosquitto-data
Expand Down

0 comments on commit f356d1a

Please sign in to comment.