Skip to content

Commit e9e80dd

Browse files
authored
Merge pull request #47893 from lzhecheng/patch-1
Fix typo in storage-version-migration.md
2 parents fa9fae5 + c91c813 commit e9e80dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/manage-kubernetes-objects/storage-version-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ read [enable or disable a Kubernetes API](/docs/tasks/administer-cluster/enable-
8686
secret: c2VjcmV0IGlzIHNlY3VyZQ==
8787
```
8888

89-
- To ensure that previously created secret `my-secert` is re-encrypted
89+
- To ensure that previously created secret `my-secret` is re-encrypted
9090
with new key `key2`, you will use _Storage Version Migration_.
9191

9292
- Create a StorageVersionMigration manifest named `migrate-secret.yaml` as follows:

0 commit comments

Comments
 (0)