🔧(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:
antoine lebaud
2024-07-10 18:30:02 +02:00
committed by aleb_the_flash
parent d93e262069
commit d7b87ef6c1
4 changed files with 26 additions and 0 deletions

View File

@@ -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 }}