From 5ad11c0045ddb3870856d781da1f3580177a2052 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Wed, 1 Feb 2023 14:31:33 +0100 Subject: [PATCH] DEV-790 Set debug_logging pg operator to true --- values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/values.yaml b/values.yaml index aea4670..19223b8 100644 --- a/values.yaml +++ b/values.yaml @@ -109,3 +109,7 @@ bootstrap: - https://www.google.com - https://www.stackoverflow.com - https://www.heise.de + + postgres_operator: + configDebug: + debug_logging: true