From d341f2e9c21788c1b87db44d8791431a37dfa12e Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Thu, 20 May 2021 11:54:23 -0700 Subject: [PATCH] Clarify that the S3 backup secret's namespace can be configured #3054 --- content/rancher/v2.5/en/backups/back-up-rancher/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.5/en/backups/back-up-rancher/_index.md b/content/rancher/v2.5/en/backups/back-up-rancher/_index.md index 661bbfbb13a..dee7c261fd1 100644 --- a/content/rancher/v2.5/en/backups/back-up-rancher/_index.md +++ b/content/rancher/v2.5/en/backups/back-up-rancher/_index.md @@ -32,7 +32,7 @@ To perform a backup, a custom resource of type Backup must be created. 1. Click **Backup.** 1. Create the Backup with the form, or with the YAML editor. 1. For configuring the Backup details using the form, click **Create** and refer to the [configuration reference](../configuration/backup-config) and to the [examples.](../examples/#backup) -1. For using the YAML editor, we can click **Create > Create from YAML.** Enter the Backup YAML. This example Backup custom resource would create encrypted recurring backups in S3: +1. For using the YAML editor, we can click **Create > Create from YAML.** Enter the Backup YAML. This example Backup custom resource would create encrypted recurring backups in S3. The app uses the `credentialSecretNamespace` value to determine where to look for the S3 backup secret: ```yaml apiVersion: resources.cattle.io/v1