From db7c77383d159d1d54ca1943f184459661e07ad8 Mon Sep 17 00:00:00 2001 From: Arlan Lloyd Date: Fri, 16 Aug 2024 03:47:46 +0000 Subject: [PATCH] update comments --- chart/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index f0274f15..3ace2f1e 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -370,8 +370,7 @@ postgresql: rabbitmq: enabled: false auth: - # this does not read from a secret. not sure how to map - # just manually make the same + # this will not read from a secret. just manually make the same username: kyoo_all existingPasswordSecret: "{{ .Values.global.rabbitmq.infra.existingSecret }}" existingSecretPasswordKey: "{{ .Values.global.rabbitmq.infra.passwordKey }}"