浏览代码

Fix typo in pushsecrets docs (#2998)

Matúš Ferech 2 年之前
父节点
当前提交
0ac250dd2d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/guides/pushsecrets.md

+ 1 - 1
docs/guides/pushsecrets.md

@@ -13,7 +13,7 @@ By default, the secret created in the secret provided will not be deleted even a
 
 An interesting use case for `kind=PushSecret` is backing up your current secret from one provider to another one.
 
-Imagine you have your secrets in GCP and you want to back them up in Azure Key Vault. You would then create a `SecretStore` for each provider, and an `ExternalSecret` to pull the secrets from GCP. This will generetae `kind=Secret` in your cluster that you can use as the source of a `PushSecret` configured with the Azure `SecretStore`. 
+Imagine you have your secrets in GCP and you want to back them up in Azure Key Vault. You would then create a `SecretStore` for each provider, and an `ExternalSecret` to pull the secrets from GCP. This will generate a `kind=Secret` in your cluster that you can use as the source of a `PushSecret` configured with the Azure `SecretStore`. 
 
 ![PushSecretBackup](../pictures/diagrams-pushsecret-backup.png)