Skip to content

Commit 9b118d5

Browse files
fix owner
1 parent 1824228 commit 9b118d5

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
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
122
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.

opslevel.yaml renamed to opslevel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ service:
55
name: Config-parser
66
lifecycle: generally_available
77
owner: team-site-reliability-engineering
8-
language: bash
8+
language: Bash
99
description: |-
1010
Library in charge of parsing config files
1111
repositories:

0 commit comments

Comments
 (0)