From eb07a32f35f00e605391d283d72d68bccc59e979 Mon Sep 17 00:00:00 2001 From: Philipp Eberle Date: Wed, 24 Sep 2025 10:51:51 +0200 Subject: [PATCH] Add ontap specific contents to storage-encryption-secret --- controllers/postgres_controller.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/controllers/postgres_controller.go b/controllers/postgres_controller.go index fef3a2b9..59261939 100644 --- a/controllers/postgres_controller.go +++ b/controllers/postgres_controller.go @@ -1797,7 +1797,11 @@ func (r *PostgresReconciler) ensureStorageEncryptionSecret(log logr.Logger, ctx Finalizers: []string{storageEncryptionKeyFinalizerName}, }, StringData: map[string]string{ + // lighbits storage key name "host-encryption-passphrase": k, + // ontap storage key name + "luks-passphrase": k, + "luks-passphrase-name": "postgreslet", }, }