mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Fix typo in pushsecrets docs (#2998)
This commit is contained in:
parent
0fbc4a8340
commit
0ac250dd2d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue