remove specifying auth schema and rsa

This commit is contained in:
Arlan Lloyd
2025-10-31 22:06:19 +00:00
committed by Zoe Roux
parent d730b5f3f4
commit d7748eb83e
2 changed files with 0 additions and 7 deletions
-4
View File
@@ -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 }}
-3
View File
@@ -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: