From 0640bb0734ed7ba5740488d49468e3d9ed6cc8d5 Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 13 Nov 2023 15:11:33 +0100 Subject: [PATCH] Change stackgres certificate generation --- apps/stackgres/app/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/stackgres/app/release.yaml b/apps/stackgres/app/release.yaml index 40cea7f..69a7417 100644 --- a/apps/stackgres/app/release.yaml +++ b/apps/stackgres/app/release.yaml @@ -20,3 +20,6 @@ spec: authentication: secretRef: name: stackgres-secret + cert: + certManager: + autoConfigure: true