Skip to content

Commit 8f4cb28

Browse files
authored
Fix typo in encrypt-data.md
1 parent ce53f16 commit 8f4cb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/encrypt-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ To create a new Secret, perform the following steps:
368368
...
369369
- name: enc # add this line
370370
mountPath: /etc/kubernetes/enc # add this line
371-
readonly: true # add this line
371+
readOnly: true # add this line
372372
...
373373
volumes:
374374
...

0 commit comments

Comments
 (0)