Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

pleo-io/config-parser

Repository files navigation

⚠️ This repository was archived automatically since no ownership was defined ⚠️

For details on how to claim stewardship of this repository see:

How to configure a service in OpsLevel

To learn more about the automatic process for stewardship which archived this repository see:

Automatic process for stewardship

Overview

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published