From b147f3b0ae7ff7eb1cd0bc450249247c85a1e1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Allamand?= Date: Mon, 18 Mar 2024 10:01:14 +0100 Subject: [PATCH] add nv and port 8080 in pre-requisites --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 07bfbb71..f9d1544e 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,9 @@ We may be able to use sealed secrets with full GitOps approach in the future. - curl - kustomize - node + npm (if you choose to create GitHub App via CLI) +- netcat (nc) + +> You also need to have the port `8080` on localhost free, it will be used by installation script to port-forward on keycloack application. ## Create GitHub Apps for your GitHub Organization