Nicolas Massé 3 years ago
parent
commit
08663e71ac
  1. 3
      SETUP.md

3
SETUP.md

@ -57,7 +57,7 @@ oc get route -n demo-appdev el-demo-appdev -o jsonpath='https://{.spec.host}'
* Get the route hostname of your OpenShift Gitops installation * Get the route hostname of your OpenShift Gitops installation
```sh ```sh
oc get route -n openshift-gitops openshift-gitops-server -o jsonpath='https://{.spec.host}' oc get route -n openshift-gitops openshift-gitops-server -o jsonpath='https://{.spec.host}/api/webhook'
``` ```
* Add a webhook to your GitHub repo * Add a webhook to your GitHub repo
@ -73,4 +73,3 @@ oc get route -n openshift-gitops openshift-gitops-server -o jsonpath='https://{.
oc new-project demo-appdev oc new-project demo-appdev
oc label namespace demo-appdev argocd.argoproj.io/managed-by=openshift-gitops oc label namespace demo-appdev argocd.argoproj.io/managed-by=openshift-gitops
``` ```

Loading…
Cancel
Save