diff --git a/README.md b/README.md new file mode 100644 index 0000000..8bcf562 --- /dev/null +++ b/README.md @@ -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 +``` + diff --git a/root/simple-app.yaml b/root/simple-app.yaml index e68d5ec..81c293f 100644 --- a/root/simple-app.yaml +++ b/root/simple-app.yaml @@ -13,8 +13,8 @@ spec: targetRevision: HEAD project: default syncPolicy: - syncOptions: - - CreateNamespace=true +# syncOptions: +# - CreateNamespace=true automated: prune: true selfHeal: false