You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments