From edb8accdca42e41b206abdf70ea8f058bceb5ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Thu, 23 Oct 2025 14:48:22 +0200 Subject: [PATCH] chore(bootstrap): Updated README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 94f78be..28ad1e5 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,15 @@ The repository is organized as follows: `/manifests/artemis` Hosts all Kubernetes manifests for the Artemis cluster. `/clusters/artemis/cluster.yaml` General cluster configuration for the Artemis cluster. + +## Adding a new Application + +To add a new application to any of the clusters, run the following commands: +```shell +chmod +x ./init-app.sh +./init-app.sh +``` + +This will prompt you to enter the name of the application and the cluster you want to add it to. The script will then create the necessary files and directories for the application. + +It'll add a `.placeholder` file where the manifests will live.