Skip to content

Commit

Permalink
Merge pull request #47893 from lzhecheng/patch-1
Browse files Browse the repository at this point in the history
Fix typo in storage-version-migration.md
  • Loading branch information
k8s-ci-robot authored Sep 12, 2024
2 parents fa9fae5 + c91c813 commit e9e80dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ read [enable or disable a Kubernetes API](/docs/tasks/administer-cluster/enable-
secret: c2VjcmV0IGlzIHNlY3VyZQ==
```

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

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

0 comments on commit e9e80dd

Please sign in to comment.