-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4095156
commit a575249
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## Overview | ||
The `parse-env.sh` script is used as an init container to create a `.env` file from other config files. In our current setup, these other config files are K8S secrets mounted as volumes. The format of the resulting `.env` file is a traditional `KEY=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. | ||
The `parse-config.sh` script is used as an init container to create a `.env` file from other config files. In our current setup, these other config files are K8S secrets mounted as volumes. The format of the resulting `.env` file is a traditional `KEY=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. | ||
|
||
Note that for the moment we only parse one other config file coming from SSM, but we might add other later. |
File renamed without changes.