From db218359bf8320fc4b9d2075a09523d3158c2489 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sun, 11 Aug 2024 17:20:47 -0500 Subject: [PATCH] change secret --- clusters/cl01tl/applications/roundcube/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/applications/roundcube/values.yaml b/clusters/cl01tl/applications/roundcube/values.yaml index 9b114028e..38f5cd0aa 100644 --- a/clusters/cl01tl/applications/roundcube/values.yaml +++ b/clusters/cl01tl/applications/roundcube/values.yaml @@ -37,7 +37,7 @@ roundcube: - name: ROUNDCUBEMAIL_DES_KEY valueFrom: secretKeyRef: - name: roundcubemail-key-secret + name: roundcube-key-secret key: DES_KEY - name: ROUNDCUBEMAIL_DEFAULT_HOST value: tls://stalwart.stalwart @@ -109,7 +109,7 @@ roundcube: - name: ROUNDCUBEMAIL_DES_KEY valueFrom: secretKeyRef: - name: roundcubemail-key-secret + name: roundcube-key-secret key: DES_KEY - name: ROUNDCUBEMAIL_DEFAULT_HOST value: tls://stalwart.stalwart