From 3e864999b9e0428e0338a555671994f1ecdce816 Mon Sep 17 00:00:00 2001 From: Arlan Lloyd Date: Wed, 14 Aug 2024 06:24:29 +0000 Subject: [PATCH] update username --- chart/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index c90af0d3..7f695558 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -24,6 +24,8 @@ global: postgres: #infra is only used by subchart deployment infra: + # subchart does not accept this global value in one place + # if updating be sure to also update postgresql.auth.username user: kyoo_all passwordKey: postgres_password existingSecret: bigsecret @@ -327,8 +329,8 @@ meilisearch: postgresql: enabled: false auth: - # create a user - username: "{{ .Values.global.postgres.infra.user }}" + # username is unable to reference global value + username: kyoo_all existingSecret: "{{ .Values.global.postgres.infra.existingSecret }}" secretKeys: # set the postgres user password to the same as our user