Skip to content

Commit bc1af44

Browse files
Add 'done' log message
1 parent 6128137 commit bc1af44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/nats/templates/statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
securityContext:
100100
runAsUser: 0
101101
image: alpine:latest
102-
command: ["sh", "-c", "chown -R 1000:10001 {{ .Values.nats.jetstream.fileStorage.storageDirectory }} && chmod -R 755 {{ .Values.nats.jetstream.fileStorage.storageDirectory }}"]
102+
command: ["sh", "-c", "chown -R 1000:10001 {{ .Values.nats.jetstream.fileStorage.storageDirectory }} && chmod -R 755 {{ .Values.nats.jetstream.fileStorage.storageDirectory }} && echo 'Done!'"]
103103
volumeMounts:
104104
- name: {{ include "nats.fullname" . }}-js-pvc
105105
mountPath: {{ .Values.nats.jetstream.fileStorage.storageDirectory }}

0 commit comments

Comments
 (0)