From a628ae53ed70b8bbc8475ccb7f8efc0875ac6845 Mon Sep 17 00:00:00 2001 From: Nathan Lowe Date: Wed, 26 Jun 2019 16:58:58 -0400 Subject: [PATCH] Fix config key for S3 backups in Rancher HA Clusters created by RKE --- content/rancher/v2.x/en/backups/backups/ha-backups/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/backups/backups/ha-backups/_index.md b/content/rancher/v2.x/en/backups/backups/ha-backups/_index.md index a3301c1a154..aa388b7b843 100644 --- a/content/rancher/v2.x/en/backups/backups/ha-backups/_index.md +++ b/content/rancher/v2.x/en/backups/backups/ha-backups/_index.md @@ -57,7 +57,7 @@ To take recurring snapshots, enable the `etcd-snapshot` service, which is a serv interval_hours: 6 # time increment between snapshots retention: 60 # time in days before snapshot purge # Optional S3 - s3_backup_config: + s3backupconfig: access_key: "myaccesskey" secret_key: "myaccesssecret" bucket_name: "my-backup-bucket"