Skip to content

Commit 72c0fa6

Browse files
stefanlasiewskiTim Bannister
andauthored
Update content/en/docs/tasks/administer-cluster/encrypt-data.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent ef7fef5 commit 72c0fa6

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
@@ -235,7 +235,7 @@ program to retrieve the contents of your Secret.
235235
1. Verify the stored Secret is prefixed with `k8s:enc:aescbc:v1:` which indicates
236236
the `aescbc` provider has encrypted the resulting data. Confirm that the key name shown in `etcd`
237237
matches the key name specified in the `EncryptionConfiguration` mentioned above. In this example,
238-
we can see that the key named `key1` is used in `etcd` and in `EncryptionConfiguration`.
238+
you can see that the encryption key named `key1` is used in `etcd` and in `EncryptionConfiguration`.
239239

240240
1. Verify the Secret is correctly decrypted when retrieved via the API:
241241

0 commit comments

Comments
 (0)