Skip to content

Commit b599a32

Browse files
authored
Merge pull request #30959 from bglimepoint/patch-1
Note that subPathExpr uses round brackets.
2 parents 0d4211e + ab9fdcb commit b599a32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,7 @@ spec:
11331133
volumeMounts:
11341134
- name: workdir1
11351135
mountPath: /logs
1136+
# The variable expansion uses round brackets (not curly brackets).
11361137
subPathExpr: $(POD_NAME)
11371138
restartPolicy: Never
11381139
volumes:

0 commit comments

Comments
 (0)