mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-21 14:03:21 -05:00
remove specifying auth schema and rsa
This commit is contained in:
parent
d730b5f3f4
commit
d7748eb83e
@ -52,8 +52,6 @@ spec:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
env:
|
||||
- name: RSA_PRIVATE_KEY_PATH
|
||||
value: {{ .Values.kyoo.address | quote }}
|
||||
- name: EXTRA_CLAIMS
|
||||
value: {{ .Values.kyoo.extraClaims | quote }}
|
||||
- name: FIRST_USER_CLAIMS
|
||||
@ -82,8 +80,6 @@ spec:
|
||||
value: {{ .Values.global.postgres.kyoo_auth.port | quote }}
|
||||
- name: PGSSLMODE
|
||||
value: {{ .Values.global.postgres.kyoo_auth.sslmode | quote }}
|
||||
- name: POSTGRES_SCHEMA
|
||||
value: {{ .Values.global.postgres.kyoo_auth.schema | quote }}
|
||||
{{- with (concat .Values.global.extraEnv .Values.auth.kyoo_auth.extraEnv) }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
|
||||
@ -39,9 +39,6 @@ global:
|
||||
host: kyoo-postgres
|
||||
port: 5432
|
||||
database: kyoo_auth
|
||||
# schema disabled means application will not create the schema
|
||||
# and will instead use the user's search path
|
||||
schema: disabled
|
||||
sslmode: prefer
|
||||
# kyoo_auth workload specific settings
|
||||
kyoo_auth:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user