diff --git a/controllers/postgres_controller.go b/controllers/postgres_controller.go index 8e84735f..5bf641a1 100644 --- a/controllers/postgres_controller.go +++ b/controllers/postgres_controller.go @@ -1799,7 +1799,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", }, }