Skip to content

Commit 967facb

Browse files
authored
Update statefulset.yaml
1 parent a487cc0 commit 967facb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/example/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
- name: statefulset-smb
2020
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
2121
command:
22-
- "/bin/sh"
22+
- "/bin/bash"
2323
- "-c"
2424
- set -euo pipefail; while true; do echo $(date) >> /mnt/smb/outfile; sleep 1; done
2525
volumeMounts:

0 commit comments

Comments
 (0)