mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-05 04:39:27 +00:00
update schema settings
This commit is contained in:
@@ -75,6 +75,8 @@ spec:
|
||||
value: {{ .Values.global.postgres.kyoo_transcoder.host }}
|
||||
- name: POSTGRES_PORT
|
||||
value: "{{ .Values.global.postgres.kyoo_transcoder.port }}"
|
||||
- name: POSTGRES_SCHEMA
|
||||
value: "{{ .Values.global.postgres.kyoo_transcoder.schema }}"
|
||||
{{- with (concat .Values.global.extraEnv .Values.transcoder.kyoo_transcoder.extraEnv) }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user