🔧(helm) read LiveKit-related secrets for remote environments
Values for staging, pre-prod, prod environments were adapted to read the newly introduced LiveKit secrets. The extra/template/secrets.yaml should be moved to a proper location.
This commit is contained in:
committed by
aleb_the_flash
parent
d93e262069
commit
d7b87ef6c1
@@ -8,3 +8,5 @@ stringData:
|
||||
DJANGO_SECRET_KEY: {{ .Values.djangoSecretKey }}
|
||||
OIDC_RP_CLIENT_ID: {{ .Values.oidc.clientId }}
|
||||
OIDC_RP_CLIENT_SECRET: {{ .Values.oidc.clientSecret }}
|
||||
LIVEKIT_API_SECRET: {{ .Values.livekitApi.secret }}
|
||||
LIVEKIT_API_KEY: {{ .Values.livekitApi.key }}
|
||||
|
||||
Reference in New Issue
Block a user