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

helm: Add support for mounting config from secret #973

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mikemrm
Copy link

@mikemrm mikemrm commented Sep 22, 2024

This change allows for config files to be sourced from a secret rather than a config map as these configs may have sensitive data.

In addition to being able to source the config from a secret, the extraContainerVolumeMounts option was added which allows for mounting additional volumes defined in extraContainerVolumes, such mounting a passkey file secret.

This also solves the same issue in a slightly different way from pr #962

This change allows for config files to be sourced from a secret
rather than a config map as these configs may have sensitive data.

In addition to being able to source the config from a secret,
the `extraContainerVolumeMounts` option was added which allows
for mounting additional volumes defined in `extraContainerVolumes`,
such mounting a passkey file secret.

This also solves the same issue in a slightly different way from pr matrix-org#962

Signed-off-by: Mike Mason <github@mikemrm.com>
@mikemrm mikemrm marked this pull request as ready for review September 22, 2024 14:43
@mikemrm mikemrm requested a review from a team as a code owner September 22, 2024 14:43
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