Skip to content

Commit 2f0621f

Browse files
authored
Merge pull request #110256 from openshift-cherrypick-robot/cherry-pick-110191-to-enterprise-4.19
[enterprise-4.19] OSDOCS-19132: fix ifdef whoopsie (review but do not merge)
2 parents 61a486a + cd08fd9 commit 2f0621f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/cco-ccoctl-deleting-sts-resources.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $ oc adm release extract \
5959
where:
6060

6161
`--included`:: The parameter includes only the manifests that your specific cluster configuration requires.
62-
`<path_to_directory_for_credentials_requests>':: Specify the path to the directory where you want to store the `CredentialsRequest` objects. If the specified directory does not exist, this command creates it.
62+
`<path_to_directory_for_credentials_requests>`:: Specify the path to the directory where you want to store the `CredentialsRequest` objects. If the specified directory does not exist, this command creates it.
6363

6464
. Delete the {cp} resources that `ccoctl` created by running the following command:
6565
endif::gcp-workload-id[]
@@ -71,8 +71,7 @@ endif::aws-sts,azure-workload-id[]
7171
----
7272
$ ccoctl {cp-name} delete \
7373
--name=<name> \
74-
ifdef::aws-sts
75-
[ --region=<{cp-name}_region>]
74+
ifdef::aws-sts[ --region=<{cp-name}_region>]
7675
ifdef::gcp-workload-id[]
7776
--project=<{cp-name}_project_id> \
7877
--credentials-requests-dir=<path_to_credentials_requests_directory> \

0 commit comments

Comments
 (0)