mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-27 17:21:07 -04:00
Update pod.yaml
This commit is contained in:
parent
f77ebe2b06
commit
53fafa8547
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ spec:
|
|||
- containerPort: 8080
|
||||
protocol: TCP
|
||||
volumeMounts:
|
||||
- mountPath: /mount/test-volume
|
||||
- mountPath: "/mount/test-volume"
|
||||
name: test-volume
|
||||
volumes:
|
||||
- name: test-volume
|
||||
|
|
|
|||
Loading…
Reference in a new issue