Skip to content

Commit ce535c5

Browse files
authored
Merge pull request #42885 from aaabramov/patch-1
Fix typo in encrypt-data.md
2 parents ce53f16 + 8f4cb28 commit ce535c5

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)