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 @@ -310,8 +310,12 @@ backup:
310310 s3SkipVerify: false
311311----
312312
313- ===== Configuration examples
313+ The following are examples of how to configure the backup system for different S3-compatible storage providers:
314314
315+ [.tabbed-example]
316+ =====
317+ [.include-with-S3-standard-endpoint]
318+ ======
315319.AWS S3 standard endpoint
316320[source, yaml]
317321----
@@ -336,6 +340,9 @@ backup:
336340consistencyCheck:
337341 enabled: true
338342----
343+ ======
344+ [.include-with-S3-custom-endpoint]
345+ ======
339346
340347.Custom S3-compatible provider with self-signed certificate
341348[source, yaml]
@@ -349,8 +356,11 @@ backup:
349356 secretName: "awscreds"
350357 secretKeyName: "credentials"
351358----
352-
353- .Legacy MinIO Support (Deprecated)
359+ ======
360+ [.include-with-legacy-MinIO-support]
361+ ======
362+ [role=label--deprecated-5.26]
363+ .Legacy MinIO support
354364[source, yaml]
355365----
356366backup:
@@ -362,6 +372,8 @@ backup:
362372 secretName: "awscreds"
363373 secretKeyName: "credentials"
364374----
375+ ======
376+ =====
365377
366378[IMPORTANT]
367379====
You can’t perform that action at this time.
0 commit comments