expand backup explanation

This commit is contained in:
Maidul Islam
2023-03-19 10:29:26 -07:00
parent 93d07c34ab
commit fef1adb34f

View File

@ -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)