Visualize your GitOps environment stages and applications on DevConsole in OpenShift 4.8
- Follow the Day 1 Operations and make sure your Argo CD applications are in sync.
- Install the GitOps Service operator from OperatorHub in all-namespaces.
- The operator will install the GitOps backend service in
openshift-gitopsnamespace.Environmentsnav-item will be visible on the availability of the operator.
- Select the
Environmentsnav-item. The Environments page will immediately show the list of applications.
- Hover over the icons under the Environment status column to see the sync status of all the environments.
- Create a namespace by following the naming conventions.
$ kubectl create namespace pipelines-{console_username}-github- Create a secret for your git access token in the above namespace.
$ kubectl create secret -n pipelines-{console_username}-github generic {console_username}-github-token --from-literal=token={user-token}- The above two steps are necessary to enable the details page. Clicking on the application name will take you to the application details page.
Follow Day 2 Operations to add more environments and applications to your GitOps workflow.






