From e4c42b4215d96e4ae3e4b02e1eb85443536dbd69 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Thu, 7 Aug 2025 00:59:28 +0200 Subject: [PATCH] [linstor] support encryption secret --- packages/system/linstor/templates/cluster.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/system/linstor/templates/cluster.yaml b/packages/system/linstor/templates/cluster.yaml index 68af90fd..0f39bfa5 100644 --- a/packages/system/linstor/templates/cluster.yaml +++ b/packages/system/linstor/templates/cluster.yaml @@ -5,6 +5,9 @@ metadata: spec: #nodeSelector: # node-role.kubernetes.io/linstor: "" + {{- if (lookup "v1" "Secret" .Release.Namespace "linstor-passphrase") }} + linstorPassphraseSecret: "linstor-passphrase" + {{- end }} internalTLS: certManager: name: linstor-internal-ca