From 9fdeab35fbb44e677b7da14e3868831fb6119fbb Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Sat, 29 Jul 2023 19:15:06 +0200 Subject: [PATCH] doc: Update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add instructions to deploy the `manifest` folder as ArgoCD App 🤖 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3fa48db..89210c1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ ## Installation +Deploy the `manifests` folder as ArgoCD App via: + `kubectl apply -f argocd_app.yml` ### Renovate-Bot