Skip to content

Commit 1824228

Browse files
Archive repository due to missing stewardship [skip ci]
1 parent 616cedd commit 1824228

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1+
> :warning: This repository was archived automatically since no ownership was defined :warning:
2+
>
3+
> For details on how to claim stewardship of this repository see:
4+
>
5+
> [How to configure a service in OpsLevel](https://www.notion.so/pleo/How-to-configure-a-service-in-OpsLevel-f6483fcb4fdd4dcc9fc32b7dfe14c262)
6+
>
7+
> To learn more about the automatic process for stewardship which archived this repository see:
8+
>
9+
> [Automatic process for stewardship](https://www.notion.so/pleo/Automatic-process-for-stewardship-43d9def9bc9a4010aba27144ef31e0f2)
10+
111
## Overview
212
The `parse-config.sh` script is used as an init container to create a `application.properties` file from other config files. In our current setup, these other config files are K8S secrets mounted as volumes. The format of the resulting `application.properties` file is a `key.subkey=value` text file, with each entry being seperated by a new line. This way, applications need to be only aware of one file to load its configuration. Aside from the bundling, the script also formats the key to standardise naming.

0 commit comments

Comments
 (0)