Skip to content

Commit fa637e4

Browse files
committed
Fix an error about volume name identified by test case
1 parent 101135e commit fa637e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/examples/pods/storage/projected-clustertrustbundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
readOnly: true
1414
serviceAccountName: default
1515
volumes:
16-
- name: root-certificates-vol
16+
- name: token-vol
1717
projected:
1818
sources:
1919
- clusterTrustBundle:

0 commit comments

Comments
 (0)