Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuration from file-based env variables #114

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

chosak
Copy link
Member

@chosak chosak commented Oct 11, 2024

As an alternative to configuration via environment variable, this commit allows for configuration from files instead. This avoids the need to populate a container environment with secret values directly.

The PATCH_ENVIRON_PATH environment variable can be pointed to a directory containing files named for the variables to set, containing the desired values for those variables.

The README has been updated to document this feature.

As an alternative to configuration via environment variable, this
commit allows for configuration from files instead. This avoids the
need to populate a container environment with secret values directly.

The PATCH_ENVIRON_PATH can be pointed to a directory containing files
named for the variables to set, containing the desired values for those
variables.

The README has been updated to document this feature.
@chosak chosak force-pushed the feature/file-based-environ branch from e288e5c to 01280b2 Compare October 11, 2024 17:42
@chosak chosak merged commit 74a53fd into main Oct 11, 2024
3 checks passed
@chosak chosak deleted the feature/file-based-environ branch October 11, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant