Update content/rancher/v2.6/en/backups/examples/_index.md

Co-authored-by: Jen Travinski <jennifer.travinski@suse.com>
This commit is contained in:
divya-mohan0209
2022-04-19 10:46:55 +05:30
committed by GitHub
co-authored by Jen Travinski
parent b20990affb
commit 0ab0391f56
@@ -276,7 +276,7 @@ The snippet below demonstrates two different types of secrets and their relevanc
The first example is that of a secret that is used to encrypt the backup files. The backup operator, in this case, will not be able to read the secrets encryption file. It only uses the contents of the secret.
The second example is that of a Kubernetes secrets encryption config file that is used to encrypt secrets when stored in etcd. It is important to note that while backing up your etcd config ensure you also backup your EncryptionConfiguration. Failing to do so might result in you not being able to use the restored data.
The second example is that of a Kubernetes secrets encryption config file that is used to encrypt secrets when stored in etcd. **While backing up your etcd config, be sure to also backup your EncryptionConfiguration.** Failing to do so might result in you not being able to use the restored data.
```yaml