mirror of
https://github.com/Infisical/infisical.git
synced 2025-04-17 19:37:38 +00:00
expand backup explanation
This commit is contained in:
@ -36,11 +36,11 @@ helm upgrade --install --atomic \
|
||||
infisical infisical/infisical
|
||||
```
|
||||
|
||||
Details and parameters available in our [docs](https://infisical.com/docs/self-hosting/deployments/kubernetes) and below
|
||||
### Backup up encryption keys
|
||||
|
||||
### Backup
|
||||
|
||||
If not provided, a lot of variables will be auto-generated by default. It's recommended to save them somewhere safe, here's how (:warning: it requires [`jq`](https://stedolan.github.io/jq/download/)) :
|
||||
If you did not explicitly set required environment variables, this helm chart will auto-generated them by default. It's recommended to save these credentials somewhere safe. Run the following command in your cluster where Infisical chart is installed.
|
||||
|
||||
This command requires [`jq`](https://stedolan.github.io/jq/download/)
|
||||
|
||||
```sh
|
||||
# export secrets to a given file (requires jq)
|
||||
|
Reference in New Issue
Block a user