Fix typo in encrypt-data.md

This commit is contained in:
Andrii Abramov 2023-09-05 00:30:52 +02:00 committed by GitHub
parent ce53f16ae0
commit 8f4cb28d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ To create a new Secret, perform the following steps:
...
- name: enc # add this line
mountPath: /etc/kubernetes/enc # add this line
readonly: true # add this line
readOnly: true # add this line
...
volumes:
...