2 changed files with 15 additions and 2 deletions
@ -0,0 +1,13 @@ |
|||||
|
# ArgoCD Examples (on OpenShift) |
||||
|
|
||||
|
## Pre-requisites |
||||
|
|
||||
|
Install the OpenShift GitOps operator. |
||||
|
|
||||
|
## Installation |
||||
|
|
||||
|
```sh |
||||
|
oc new-project simple-app |
||||
|
oc label ns/simple-app argocd.argoproj.io/managed-by=openshift-gitops |
||||
|
``` |
||||
|
|
||||
Loading…
Reference in new issue