Skip to content

Commit b8ca789

Browse files
committed
replace deprecated for a label and add tab examples
1 parent 5e34296 commit b8ca789

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

modules/ROOT/pages/kubernetes/operations/backup-restore.adoc

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
334338
consistencyCheck:
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
----
354364
backup:
@@ -360,6 +370,8 @@ backup:
360370
secretName: "awscreds"
361371
secretKeyName: "credentials"
362372
----
373+
======
374+
=====
363375

364376
[IMPORTANT]
365377
====

0 commit comments

Comments
 (0)