Skip to content

Commit

Permalink
updating example file
Browse files Browse the repository at this point in the history
drops the docker specific :shared notation and uses the      "mountPropagation: Bidirectional" instead
  • Loading branch information
daudo authored Feb 21, 2024
1 parent 74c2688 commit 8ee261a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yaml/example_pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ spec:
privileged: true
volumeMounts:
- name: mntdatas3fs
mountPath: /var/s3:shared
mountPath: /var/s3
mountPropagation: Bidirectional
livenessProbe:
exec:
command: ["ls", "/var/s3"]
Expand Down

0 comments on commit 8ee261a

Please sign in to comment.