Skip to content

Commit fdcde7d

Browse files
authored
Merge pull request #86811 from jeana-redhat/updating-postinstall-context-for-cco
updating context values from content migration
2 parents 77c87b1 + a06728a commit fdcde7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/cco-ccoctl-configuring.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
// * installing/installing_azure/installing-restricted-networks-azure-installer-provisioned.adoc
3838

3939
//Postinstall and update content
40-
ifeval::["{context}" == "post-install-cluster-tasks"]
40+
ifeval::["{context}" == "changing-cloud-credentials-configuration"]
4141
:postinstall:
4242
endif::[]
4343
ifeval::["{context}" == "preparing-manual-creds-update"]
@@ -401,7 +401,7 @@ Use "ccoctl [command] --help" for more information about a command.
401401
----
402402

403403
//Postinstall and update content
404-
ifeval::["{context}" == "post-install-cluster-tasks"]
404+
ifeval::["{context}" == "changing-cloud-credentials-configuration"]
405405
:!postinstall:
406406
endif::[]
407407
ifeval::["{context}" == "preparing-manual-creds-update"]

modules/manually-rotating-cloud-creds.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// * authentication/managing_cloud_provider_credentials/cco-mode-mint.adoc
55
// * authentication/managing_cloud_provider_credentials/cco-mode-passthrough.adoc
66

7-
ifeval::["{context}" == "post-install-cluster-tasks"]
7+
ifeval::["{context}" == "changing-cloud-credentials-configuration"]
88
:post-install:
99
endif::[]
1010
ifeval::["{context}" == "cco-mode-mint"]
@@ -227,7 +227,7 @@ Where `<example-iam-username>` is the name of an IAM user on the cloud provider.
227227
.. For each IAM username, view the details for the user on the cloud provider. The credentials should show that they were created after being rotated on the cluster.
228228
////
229229

230-
ifeval::["{context}" == "post-install-cluster-tasks"]
230+
ifeval::["{context}" == "changing-cloud-credentials-configuration"]
231231
:!post-install:
232232
endif::[]
233233
ifeval::["{context}" == "cco-mode-mint"]

0 commit comments

Comments
 (0)