IBM / cp4waiops-gitops

Manage Your IBM Cloud Pak for Watson AIOps With GitOps
https://ibm.github.io/cp4waiops-gitops/docs/
Apache License 2.0
11 stars 26 forks source link

Set OCP global pull secret in CLI method #247

Closed griffindvs closed 2 months ago

griffindvs commented 2 months ago

The AIOps 4.4 GitOps documentation relies on the usage of the OpenShift global pull secret, and the documentation header states that the global pull secret will be updated by the provided set of commands. These commands, however, configure a namespaced pull secret, not the OCP global pull secret. This can lead to failures during installation.

This PR updates the provided commands for this step to set the OCP global pull secret, as the header in the documentation suggests should be done.