You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/kubernetes/operations/backup-restore.adoc
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,9 @@ backup:
56
56
57
57
**How it works:**
58
58
59
-
1. First backup creates a FULL backup in cloud storage.
60
-
2. Subsequent backups create DIFF backups that reference the cloud-stored FULL backup.
61
-
3. No local storage of previous backups is required.
59
+
. First backup creates a FULL backup in cloud storage.
60
+
. Subsequent backups create DIFF backups that reference the cloud-stored FULL backup.
61
+
. No local storage of previous backups is required.
62
62
63
63
[NOTE]
64
64
====
@@ -478,9 +478,7 @@ backup:
478
478
479
479
=== S3 CA certificate setup
480
480
481
-
For S3 endpoints with custom CA certificates, you can either provide the CA certificate directly in the _backup-values.yaml_ file or use a Kubernetes secret to manage the CA certificate.
482
-
483
-
==== Using Kubernetes secrets
481
+
For S3 endpoints with custom CA certificates, use a Kubernetes secret to manage the CA certificate:
0 commit comments