Nicolas Massé 3 years ago
parent
commit
77c915b761
  1. 10
      SETUP.md

10
SETUP.md

@ -47,3 +47,13 @@ oc get route -n demo-appdev el-demo-appdev -o jsonpath='{.spec.host}'
* Payload URL: `https://<route hostname>` * Payload URL: `https://<route hostname>`
* Content-Type: Application/json * Content-Type: Application/json
* Secret: `secret` * Secret: `secret`
## Demo
* Create a new project
```sh
oc new-project demo-appdev
oc label namespace demo-appdev argocd.argoproj.io/managed-by=openshift-gitops
```

Loading…
Cancel
Save