We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7fef5 commit 72c0fa6Copy full SHA for 72c0fa6
content/en/docs/tasks/administer-cluster/encrypt-data.md
@@ -235,7 +235,7 @@ program to retrieve the contents of your Secret.
235
1. Verify the stored Secret is prefixed with `k8s:enc:aescbc:v1:` which indicates
236
the `aescbc` provider has encrypted the resulting data. Confirm that the key name shown in `etcd`
237
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`.
+ you can see that the encryption key named `key1` is used in `etcd` and in `EncryptionConfiguration`.
239
240
1. Verify the Secret is correctly decrypted when retrieved via the API:
241
0 commit comments