Use this repository as a starting point to manage a Service Mesh on an OpenShift cluster.
-
Clone this example repository.
-
Configure the example ArgoCD
Application
by providing your new repository URLspec.source.repoURL
in the following file:bootstrap/instance/application.yaml
-
Provision the ArgoCD operator:
oc apply -k bootstrap/operator
-
Provision the ArgoCD
Application
:oc apply -k bootstrap/instance
The demo bootstrap initiates a default ArgoCD instance hosted in the openshift-gitops
namespace. In this namespace a Route
is deployed which provides a URL to the ArgoCD console.