Skip to content

Commit

Permalink
Revert "change usergroup to fsgroup"
Browse files Browse the repository at this point in the history
This reverts commit 8c1d69b.
  • Loading branch information
friedrichwilken committed Feb 15, 2024
1 parent 8c1d69b commit 3c3c97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/nats/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
securityContext:
runAsUser: 0
image: busybox
command: ["sh", "-c", "chown -R 1000:10001 {{ .Values.nats.jetstream.fileStorage.storageDirectory }}"]
command: ["sh", "-c", "chown -R 1000:1000 {{ .Values.nats.jetstream.fileStorage.storageDirectory }}"]
volumeMounts:
- name: {{ include "nats.fullname" . }}-js-pvc
mountPath: {{ .Values.nats.jetstream.fileStorage.storageDirectory }}
Expand Down

0 comments on commit 3c3c97a

Please sign in to comment.