Skip to content

Commit bf1f18e

Browse files
committed
commented topicmap code block
Signed-off-by: Shruti Deshpande <shdeshpa@redhat.com>
1 parent 224c346 commit bf1f18e

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

_topic_maps/_topic_map.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3628,17 +3628,17 @@ Topics:
36283628
Topics:
36293629
- Name: Restoring applications
36303630
File: restoring-applications
3631-
- Name: OADP Self-Service
3632-
Dir: oadp-self-service
3633-
Topics:
3634-
- Name: OADP Self-Service
3635-
File: oadp-self-service
3636-
- Name: OADP Self-Service cluster admin use cases
3637-
File: oadp-self-service-cluster-admin-use-cases
3638-
- Name: OADP Self-Service namespace admin use cases
3639-
File: oadp-self-service-namespace-admin-use-cases
3640-
- Name: OADP Self-Service troubleshooting
3641-
File: oadp-self-service-troubleshooting
3631+
#- Name: OADP Self-Service Note:Commenting out this block because the PR is huge and I would like to get the files merged. I will open a separate PR to un-comment this block on the date of GA.
3632+
# Dir: oadp-self-service
3633+
# Topics:
3634+
# - Name: OADP Self-Service
3635+
# File: oadp-self-service
3636+
# - Name: OADP Self-Service cluster admin use cases
3637+
# File: oadp-self-service-cluster-admin-use-cases
3638+
# - Name: OADP Self-Service namespace admin use cases
3639+
# File: oadp-self-service-namespace-admin-use-cases
3640+
# - Name: OADP Self-Service troubleshooting
3641+
# File: oadp-self-service-troubleshooting
36423642
- Name: OADP and ROSA
36433643
Dir: oadp-rosa
36443644
Topics:

backup_and_restore/application_backup_and_restore/oadp-self-service/oadp-self-service.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
{oadp-full} 1.5.0 introduces a new feature named {oadp-short} Self-Service, enabling namespace admin users to back up and restore applications on {product-title}.
9+
{oadp-full} ({oadp-short}) 1.5.0 introduces a new feature named {oadp-short} Self-Service, enabling namespace admin users to back up and restore applications on {product-title}.
1010

1111
include::modules/oadp-self-service-overview.adoc[leveloffset=+1]
1212

modules/oadp-self-service-phases.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ The phase of the CRs only progress forward. Once a phase transitions to the next
1313
.Phases
1414
|===
1515
|*Value* |*Description*
16-
|New|A creation request of the NAB or NAR CRs is accepted by the NAC, but it has not yet been validated by the NAC.
17-
|BackingOff|NAB or NAR CRs are invalidated by the NAC CR because of an invalid `spec` of the NAB or NAR CRs.
16+
|New|A creation request of the NAB or NAR CR is accepted by the NAC, but it has not yet been validated by the NAC.
17+
|BackingOff|NAB or NAR CR is invalidated by the NAC CR because of an invalid `spec` of the NAB or NAR CR.
1818

19-
The namespace admin user can update the NAB or NAR `spec` to comply with the policies set by the administrator. After the namespace admin user edits the CRs, the NAC reconciles the CRs again.
19+
The namespace admin user can update the NAB or NAR `spec` to comply with the policies set by the administrator. After the namespace admin user edits the CRs, the NAC reconciles the CR again.
2020
|Created|NAB or NAR CR is validated by the NAC, and the `Velero` backup or restore object is created.
2121
|Deletion|NAB or NAR CR is marked for deletion. The NAC deletes the corresponding `Velero` backup or restore object. When the `Velero` object is deleted, the NAB or NAR CR is also deleted.
2222
|===

0 commit comments

Comments
 (0)