chore(bootstrap): Updated README
This commit is contained in:
12
README.md
12
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.
|
||||
|
||||
Reference in New Issue
Block a user