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

Commits on Sep 22, 2024

  1. helm: Add support for mounting config from secret

    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 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    80c39d1 View commit details
    Browse the repository at this point in the history