Skip to content

Commit 5ee71d8

Browse files
committed
[BZ2028487]: Fix incorrect list namespace command
1 parent 4d0c491 commit 5ee71d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/manually-rotating-cloud-creds.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can also use the command line interface to complete all parts of this proced
6666
+
6767
[source,terminal]
6868
----
69-
$ oc -n openshift-cloud-credential-operator get CredentialsRequest -o json | jq -r '.items[] | select (.spec[].kind=="<provider_spec>") | .spec.secretRef'
69+
$ oc -n openshift-cloud-credential-operator get CredentialsRequest -o json | jq -r '.items[] | select (.spec.providerSpec.kind=="<provider_spec>") | .spec.secretRef'
7070
----
7171
+
7272
Where `<provider_spec>` is the corresponding value for your cloud provider: `AWSProviderSpec` for AWS, `AzureProviderSpec` for Azure, or `GCPProviderSpec` for GCP.

0 commit comments

Comments
 (0)