File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
modules/ROOT/pages/kubernetes/operations Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -308,8 +308,12 @@ backup:
308308 s3SkipVerify: false
309309----
310310
311- ===== Configuration examples
311+ The following are examples of how to configure the backup system for different S3-compatible storage providers:
312312
313+ [.tabbed-example]
314+ =====
315+ [.include-with-S3-standard-endpoint]
316+ ======
313317.AWS S3 standard endpoint
314318[source, yaml]
315319----
@@ -334,6 +338,9 @@ backup:
334338consistencyCheck:
335339 enabled: true
336340----
341+ ======
342+ [.include-with-S3-custom-endpoint]
343+ ======
337344
338345.Custom S3-compatible provider with self-signed certificate
339346[source, yaml]
@@ -347,8 +354,11 @@ backup:
347354 secretName: "awscreds"
348355 secretKeyName: "credentials"
349356----
350-
351- .Legacy MinIO Support (Deprecated)
357+ ======
358+ [.include-with-legacy-MinIO-support]
359+ ======
360+ [role=label--deprecated-5.26]
361+ .Legacy MinIO support
352362[source, yaml]
353363----
354364backup:
@@ -360,6 +370,8 @@ backup:
360370 secretName: "awscreds"
361371 secretKeyName: "credentials"
362372----
373+ ======
374+ =====
363375
364376[IMPORTANT]
365377====
You can’t perform that action at this time.
0 commit comments