From f747ee15ecc6f596664cb8026242056cdb5e820c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 30 Aug 2022 17:34:29 +0200 Subject: [PATCH] minor fix --- README.md | 13 +++++++++++++ root/simple-app.yaml | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 README.md 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