This message was deleted.
# helpdesk
s
This message was deleted.
d
there's an issue filed for this: https://github.com/livekit/livekit-helm/issues/7 would welcome PRs to make this happen
a
I can try making a pr on the helm chart later today
👍 1
from what I see, the entirety of Values.livekit is being templated into the configmap?
d
yeah. LiveKit can read keys from
LIVEKIT_KEYS
env var, so perhaps it's just mapping the secrets to that.
a
ah
then I may be able to just add a way to add secrets to env vars
👍 1
from what I see, it doesn't template in
LIVEKIT_KEYS
to envs
so may need to add extra code for that
d
yes, the current helm chart doesn't support secrets. but that'd be the piece to add: pulling in a secret into
LIVEKIT_KEYS
env var