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.